Html Css Color HEX #864508 Saddle Brown

📋 copy color: '#864508'

red 134 ◦ green 69 ◦ blue 8

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

Shades of Saddle Brown #864508

Tints of Saddle Brown #864508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 63.51%
G = 32.7%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#864508 (or 0x864508) is known color: Saddle Brown. HEX triplet: 86, 45 and 08. RGB value is (134,69,8). Sum of RGB (Red+Green+Blue) = 134+69+8=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #864508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864508 is #79BAF7. Grayscale: #515151. Windows color (decimal): -7977720 or 542086. OLE color: 542086.

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

Color convert

RGB 134 69 8 -
CMYK 0 0.49 0.94 0.47
HSL 29.05º 0.89% 0.28% -
HSV(B) 29.05º 0.94% 0.53% -
XYZ 12 9.34 1.4 -
YUV 81.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 134 69 8 0 0.49 0.94 0.47 29.05 0.89 0.28
Hex 86 45 8 0 31 5E 2F 1D 59 1C
Octal 206 105 10 0 61 136 57 35 131 34
Binary 10000110 1000101 1000 0 110001 1011110 101111 11101 1011001 11100

Color Harmonies of #864508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864508

Black with #864508

Text Example


Text Example

White with #864508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864508; }

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

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

background-color css

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

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

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

border-color css

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

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

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