Html Css Color HEX #864907 Saddle Brown

📋 copy color: '#864907'

red 134 ◦ green 73 ◦ blue 7

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

Shades of Saddle Brown #864907

Tints of Saddle Brown #864907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 62.62%
G = 34.11%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#864907 (or 0x864907) is known color: Saddle Brown. HEX triplet: 86, 49 and 07. RGB value is (134,73,7). Sum of RGB (Red+Green+Blue) = 134+73+7=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #864907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864907 is #79B6F8. Grayscale: #545454. Windows color (decimal): -7976697 or 477574. OLE color: 477574.

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

Color convert

RGB 134 73 7 -
CMYK 0 0.46 0.95 0.47
HSL 31.18º 0.9% 0.28% -
HSV(B) 31.18º 0.95% 0.53% -
XYZ 12.25 9.85 1.46 -
YUV 83.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 134 73 7 0 0.46 0.95 0.47 31.18 0.9 0.28
Hex 86 49 7 0 2E 5F 2F 1F 5A 1C
Octal 206 111 7 0 56 137 57 37 132 34
Binary 10000110 1001001 111 0 101110 1011111 101111 11111 1011010 11100

Color Harmonies of #864907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864907

Black with #864907

Text Example


Text Example

White with #864907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864907; }

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

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

background-color css

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

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

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

border-color css

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

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

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