Html Css Color HEX #834208 Saddle Brown

📋 copy color: '#834208'

red 131 ◦ green 66 ◦ blue 8

#834208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #834208

Tints of Saddle Brown #834208

RGB

 RED value IS 131 (51.56% from 255) = 63.9%

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 63.9%
G = 32.2%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#834208 (or 0x834208) is known color: Saddle Brown. HEX triplet: 83, 42 and 08. RGB value is (131,66,8). Sum of RGB (Red+Green+Blue) = 131+66+8=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834208 is #7CBDF7. Grayscale: #4F4F4F. Windows color (decimal): -8175096 or 541315. OLE color: 541315.

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

Color convert

RGB 131 66 8 -
CMYK 0 0.50 0.94 0.49
HSL 28.29º 0.88% 0.27% -
HSV(B) 28.29º 0.94% 0.51% -
XYZ 11.35 8.74 1.32 -
YUV 78.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 131 66 8 0 0.50 0.94 0.49 28.29 0.88 0.27
Hex 83 42 8 0 32 5E 31 1C 58 1B
Octal 203 102 10 0 62 136 61 34 130 33
Binary 10000011 1000010 1000 0 110010 1011110 110001 11100 1011000 11011

Color Harmonies of #834208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834208

Black with #834208

Text Example


Text Example

White with #834208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834208; }

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

 H1.HeaderClassName
 {
   color: #834208;
 }
 .AnyTagClassName
 {
   color: #834208;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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