Html Css Color HEX #864908 Saddle Brown

📋 copy color: '#864908'

red 134 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #864908

Tints of Saddle Brown #864908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

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

R = 62.33%
G = 33.95%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#864908 (or 0x864908) is known color: Saddle Brown. HEX triplet: 86, 49 and 08. RGB value is (134,73,8). Sum of RGB (Red+Green+Blue) = 134+73+8=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #864908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864908 is #79B6F7. Grayscale: #545454. Windows color (decimal): -7976696 or 543110. OLE color: 543110.

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

Color convert

RGB 134 73 8 -
CMYK 0 0.46 0.94 0.47
HSL 30.95º 0.89% 0.28% -
HSV(B) 30.95º 0.94% 0.53% -
XYZ 12.26 9.85 1.49 -
YUV 83.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 134 73 8 0 0.46 0.94 0.47 30.95 0.89 0.28
Hex 86 49 8 0 2E 5E 2F 1F 59 1C
Octal 206 111 10 0 56 136 57 37 131 34
Binary 10000110 1001001 1000 0 101110 1011110 101111 11111 1011001 11100

Color Harmonies of #864908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864908

Black with #864908

Text Example


Text Example

White with #864908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864908; }

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

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

background-color css

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

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

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

border-color css

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

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

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