Html Css Color HEX #865008 Saddle Brown

📋 copy color: '#865008'

red 134 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #865008

Tints of Saddle Brown #865008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 60.36%
G = 36.04%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#865008 (or 0x865008) is known color: Saddle Brown. HEX triplet: 86, 50 and 08. RGB value is (134,80,8). Sum of RGB (Red+Green+Blue) = 134+80+8=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #865008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865008 is #79AFF7. Grayscale: #585858. Windows color (decimal): -7974904 or 544902. OLE color: 544902.

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

Color convert

RGB 134 80 8 -
CMYK 0 0.40 0.94 0.47
HSL 34.29º 0.89% 0.28% -
HSV(B) 34.29º 0.94% 0.53% -
XYZ 12.74 10.82 1.65 -
YUV 87.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 134 80 8 0 0.40 0.94 0.47 34.29 0.89 0.28
Hex 86 50 8 0 28 5E 2F 22 59 1C
Octal 206 120 10 0 50 136 57 42 131 34
Binary 10000110 1010000 1000 0 101000 1011110 101111 100010 1011001 11100

Color Harmonies of #865008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865008

Black with #865008

Text Example


Text Example

White with #865008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865008; }

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

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

background-color css

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

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

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

border-color css

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

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

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