#834608

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

Shades of Saddle Brown #834608

Tints of Saddle Brown #834608

Color information

#834608 (or 0x834608) is unknown color: approx Saddle Brown. HEX triplet: 83, 46 and 08. RGB value is (131,70,8). Sum of RGB (Red+Green+Blue) = 131+70+8=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #834608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834608 is #7CB9F7. Grayscale: #515151. Windows color (decimal): -8174072 or 542339. OLE color: 542339.

HSL color Cylindrical-coordinate representation of color #834608: hue angle of 30.24º 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 #834608 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB131708-
CMYK00.470.940.49
HSL30.24º88.49%27.25%-
HSV(B)30.24º93.89%51.37%-
XYZ11.599.221.4-
YUV81.1786.71163.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.68%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=62.68%
G=33.49%
B=3.83%

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
Decimal13170800.470.940.4930.2488.4927.25
Hex8346802F5E311e581b
Octal20310610057136613613033
Binary10000011100011010000101111101111011000111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834608; }

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

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

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

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

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

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

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

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