#834F11

Color #834F11 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #834F11

Tints of Saddle Brown #834F11

Color information

#834F11 (or 0x834F11) is unknown color: approx Saddle Brown. HEX triplet: 83, 4F and 11. RGB value is (131,79,17). Sum of RGB (Red+Green+Blue) = 131+79+17=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #834F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834F11 is #7CB0EE. Grayscale: #575757. Windows color (decimal): -8171759 or 1134467. OLE color: 1134467.

HSL color Cylindrical-coordinate representation of color #834F11: hue angle of 32.63º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #834F11 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1317917-
CMYK00.400.870.49
HSL32.63º77.03%29.02%-
HSV(B)32.63º87.02%51.37%-
XYZ12.2610.461.9-
YUV87.4888.23159.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=57.71%
G=34.80%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131791700.400.870.4932.6377.0329.02
Hex834F110285731214d1d
Octal20311721050127614111535
Binary1000001110011111000101010001010111110001100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F11; }

 p { color: rgb(131,79,17); }

 H1.HeaderClassName
 {
   color: #834F11;
 }
 .AnyTagClassName
 {
   color: #834F11;
 }
</style>
background-color css

<style>
 a { background-color: #834F11; }

 a { background-color: rgb(131,79,17); }

 div.DivClassName
 {
   background-color: #834F11;
 }
 .BgClassName
 {
   background-color: #834F11;
 }
</style>
border-color css

<style>
 span { border-color: #834F11; }

 span { border-color: rgb(131,79,17); }

 td.TdClassName
 {
   border-color: #834F11;
 }
 .TagClassName
 {
   border-color: #834F11;
 }
</style>