Html Css Color HEX #864308 Saddle Brown

📋 copy color: '#864308'

red 134 ◦ green 67 ◦ blue 8

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

Shades of Saddle Brown #864308

Tints of Saddle Brown #864308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 64.11%
G = 32.06%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#864308 (or 0x864308) is known color: Saddle Brown. HEX triplet: 86, 43 and 08. RGB value is (134,67,8). Sum of RGB (Red+Green+Blue) = 134+67+8=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #864308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864308 is #79BCF7. Grayscale: #505050. Windows color (decimal): -7978232 or 541574. OLE color: 541574.

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

Color convert

RGB 134 67 8 -
CMYK 0 0.5 0.94 0.47
HSL 28.1º 0.89% 0.28% -
HSV(B) 28.1º 0.94% 0.53% -
XYZ 11.88 9.1 1.36 -
YUV 80.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 134 67 8 0 0.5 0.94 0.47 28.1 0.89 0.28
Hex 86 43 8 0 32 5E 2F 1C 59 1C
Octal 206 103 10 0 62 136 57 34 131 34
Binary 10000110 1000011 1000 0 110010 1011110 101111 11100 1011001 11100

Color Harmonies of #864308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864308

Black with #864308

Text Example


Text Example

White with #864308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864308; }

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

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

background-color css

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

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

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

border-color css

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

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

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