#834508

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

Shades of Saddle Brown #834508

Tints of Saddle Brown #834508

Color information

#834508 (or 0x834508) is unknown color: approx Saddle Brown. HEX triplet: 83, 45 and 08. RGB value is (131,69,8). Sum of RGB (Red+Green+Blue) = 131+69+8=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #834508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834508 is #7CBAF7. Grayscale: #505050. Windows color (decimal): -8174328 or 542083. OLE color: 542083.

HSL color Cylindrical-coordinate representation of color #834508: hue angle of 29.76º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #834508 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB131698-
CMYK00.470.940.49
HSL29.76º88.49%27.25%-
HSV(B)29.76º93.89%51.37%-
XYZ11.539.11.38-
YUV80.5887.04163.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.98%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=62.98%
G=33.17%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13169800.470.940.4929.7688.4927.25
Hex8345802F5E311e581b
Octal20310510057136613613033
Binary10000011100010110000101111101111011000111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834508; }

 p { color: rgb(131,69,8); }

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

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

 a { background-color: rgb(131,69,8); }

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

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

 span { border-color: rgb(131,69,8); }

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