Html Css Color HEX #864E0F Saddle Brown

📋 copy color: '#864E0F'

red 134 ◦ green 78 ◦ blue 15

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

Shades of Saddle Brown #864E0F

Tints of Saddle Brown #864E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

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

R = 59.03%
G = 34.36%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#864E0F (or 0x864E0F) is known color: Saddle Brown. HEX triplet: 86, 4E and 0F. RGB value is (134,78,15). Sum of RGB (Red+Green+Blue) = 134+78+15=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #864E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E0F is #79B1F0. Grayscale: #575757. Windows color (decimal): -7975409 or 1003142. OLE color: 1003142.

HSL color Cylindrical-coordinate representation of color #864E0F: hue angle of 31.76º 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 #864E0F is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 78 15 -
CMYK 0 0.42 0.89 0.47
HSL 31.76º 0.8% 0.29% -
HSV(B) 31.76º 0.89% 0.53% -
XYZ 12.64 10.55 1.82 -
YUV 87.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 134 78 15 0 0.42 0.89 0.47 31.76 0.8 0.29
Hex 86 4E F 0 2A 59 2F 20 50 1D
Octal 206 116 17 0 52 131 57 40 120 35
Binary 10000110 1001110 1111 0 101010 1011001 101111 100000 1010000 11101

Color Harmonies of #864E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864E0F

Black with #864E0F

Text Example


Text Example

White with #864E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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