Html Css Color HEX #874E15 Saddle Brown

📋 copy color: '#874E15'

red 135 ◦ green 78 ◦ blue 21

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

Shades of Saddle Brown #874E15

Tints of Saddle Brown #874E15

RGB

 RED value IS 135 (53.13% from 255) = 57.69%

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 57.69%
G = 33.33%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874E15 (or 0x874E15) is known color: Saddle Brown. HEX triplet: 87, 4E and 15. RGB value is (135,78,21). Sum of RGB (Red+Green+Blue) = 135+78+21=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #874E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #874E15 is #78B1EA. Grayscale: #585858. Windows color (decimal): -7909867 or 1396359. OLE color: 1396359.

HSL color Cylindrical-coordinate representation of color #874E15: hue angle of 30º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #874E15 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 21 -
CMYK 0 0.42 0.84 0.47
HSL 30º 0.73% 0.31% -
HSV(B) 30º 0.84% 0.53% -
XYZ 12.85 10.65 2.09 -
YUV 88.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 135 78 21 0 0.42 0.84 0.47 30 0.73 0.31
Hex 87 4E 15 0 2A 54 2F 1E 49 1F
Octal 207 116 25 0 52 124 57 36 111 37
Binary 10000111 1001110 10101 0 101010 1010100 101111 11110 1001001 11111

Color Harmonies of #874E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E15

Black with #874E15

Text Example


Text Example

White with #874E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E15; }

 p { color: rgb(135,78,21); }

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

background-color css

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

 a { background-color: rgb(135,78,21); }

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

border-color css

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

 span { border-color: rgb(135,78,21); }

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