Html Css Color HEX #864807 Saddle Brown

📋 copy color: '#864807'

red 134 ◦ green 72 ◦ blue 7

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

Shades of Saddle Brown #864807

Tints of Saddle Brown #864807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

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

R = 62.91%
G = 33.8%
B = 3.29%

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

#864807 (or 0x864807) is known color: Saddle Brown. HEX triplet: 86, 48 and 07. RGB value is (134,72,7). Sum of RGB (Red+Green+Blue) = 134+72+7=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864807 is #79B7F8. Grayscale: #535353. Windows color (decimal): -7976953 or 477318. OLE color: 477318.

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

Color convert

RGB 134 72 7 -
CMYK 0 0.46 0.95 0.47
HSL 30.71º 0.9% 0.28% -
HSV(B) 30.71º 0.95% 0.53% -
XYZ 12.19 9.72 1.43 -
YUV 83.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 134 72 7 0 0.46 0.95 0.47 30.71 0.9 0.28
Hex 86 48 7 0 2E 5F 2F 1F 5A 1C
Octal 206 110 7 0 56 137 57 37 132 34
Binary 10000110 1001000 111 0 101110 1011111 101111 11111 1011010 11100

Color Harmonies of #864807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864807

Black with #864807

Text Example


Text Example

White with #864807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864807; }

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

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

background-color css

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

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

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

border-color css

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

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

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