Html Css Color HEX #863208 Saddle Brown

📋 copy color: '#863208'

red 134 ◦ green 50 ◦ blue 8

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

Shades of Saddle Brown #863208

Tints of Saddle Brown #863208

RGB

 RED value IS 134 (52.73% from 255) = 69.79%

 GREEN value IS 50 (19.92% from 255) = 26.04%

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

R = 69.79%
G = 26.04%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#863208 (or 0x863208) is known color: Saddle Brown. HEX triplet: 86, 32 and 08. RGB value is (134,50,8). Sum of RGB (Red+Green+Blue) = 134+50+8=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #863208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863208 is #79CDF7. Grayscale: #464646. Windows color (decimal): -7982584 or 537222. OLE color: 537222.

HSL color Cylindrical-coordinate representation of color #863208: hue angle of 20º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #863208 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 8 -
CMYK 0 0.63 0.94 0.47
HSL 20º 0.89% 0.28% -
HSV(B) 20º 0.94% 0.53% -
XYZ 11.02 7.37 1.07 -
YUV 70.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 134 50 8 0 0.63 0.94 0.47 20 0.89 0.28
Hex 86 32 8 0 3F 5E 2F 14 59 1C
Octal 206 62 10 0 77 136 57 24 131 34
Binary 10000110 110010 1000 0 111111 1011110 101111 10100 1011001 11100

Color Harmonies of #863208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863208

Black with #863208

Text Example


Text Example

White with #863208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863208; }

 p { color: rgb(134,50,8); }

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

background-color css

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

 a { background-color: rgb(134,50,8); }

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

border-color css

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

 span { border-color: rgb(134,50,8); }

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