Html Css Color HEX #864007 Saddle Brown

📋 copy color: '#864007'

red 134 ◦ green 64 ◦ blue 7

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

Shades of Saddle Brown #864007

Tints of Saddle Brown #864007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 65.37%
G = 31.22%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#864007 (or 0x864007) is known color: Saddle Brown. HEX triplet: 86, 40 and 07. RGB value is (134,64,7). Sum of RGB (Red+Green+Blue) = 134+64+7=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #864007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864007 is #79BFF8. Grayscale: #4E4E4E. Windows color (decimal): -7979001 or 475270. OLE color: 475270.

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

Color convert

RGB 134 64 7 -
CMYK 0 0.52 0.95 0.47
HSL 26.93º 0.9% 0.28% -
HSV(B) 26.93º 0.95% 0.53% -
XYZ 11.7 8.75 1.27 -
YUV 78.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 134 64 7 0 0.52 0.95 0.47 26.93 0.9 0.28
Hex 86 40 7 0 34 5F 2F 1B 5A 1C
Octal 206 100 7 0 64 137 57 33 132 34
Binary 10000110 1000000 111 0 110100 1011111 101111 11011 1011010 11100

Color Harmonies of #864007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864007

Black with #864007

Text Example


Text Example

White with #864007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864007; }

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

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

background-color css

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

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

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

border-color css

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

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

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