Html Css Color HEX #864B0F Saddle Brown

📋 copy color: '#864B0F'

red 134 ◦ green 75 ◦ blue 15

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

Shades of Saddle Brown #864B0F

Tints of Saddle Brown #864B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.48%

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 59.82%
G = 33.48%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#864B0F (or 0x864B0F) is known color: Saddle Brown. HEX triplet: 86, 4B and 0F. RGB value is (134,75,15). Sum of RGB (Red+Green+Blue) = 134+75+15=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #864B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864B0F is #79B4F0. Grayscale: #565656. Windows color (decimal): -7976177 or 1002374. OLE color: 1002374.

HSL color Cylindrical-coordinate representation of color #864B0F: hue angle of 30.25º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #864B0F is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 75 15 -
CMYK 0 0.44 0.89 0.47
HSL 30.25º 0.8% 0.29% -
HSV(B) 30.25º 0.89% 0.53% -
XYZ 12.43 10.13 1.75 -
YUV 85.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 134 75 15 0 0.44 0.89 0.47 30.25 0.8 0.29
Hex 86 4B F 0 2C 59 2F 1E 50 1D
Octal 206 113 17 0 54 131 57 36 120 35
Binary 10000110 1001011 1111 0 101100 1011001 101111 11110 1010000 11101

Color Harmonies of #864B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B0F

Black with #864B0F

Text Example


Text Example

White with #864B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864B0F; }

 p { color: rgb(134,75,15); }

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

background-color css

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

 a { background-color: rgb(134,75,15); }

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

border-color css

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

 span { border-color: rgb(134,75,15); }

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