Html Css Color HEX #874A14 Saddle Brown

📋 copy color: '#874A14'

red 135 ◦ green 74 ◦ blue 20

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

Shades of Saddle Brown #874A14

Tints of Saddle Brown #874A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 58.95%
G = 32.31%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#874A14 (or 0x874A14) is known color: Saddle Brown. HEX triplet: 87, 4A and 14. RGB value is (135,74,20). Sum of RGB (Red+Green+Blue) = 135+74+20=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #874A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A14 is #78B5EB. Grayscale: #565656. Windows color (decimal): -7910892 or 1329799. OLE color: 1329799.

HSL color Cylindrical-coordinate representation of color #874A14: hue angle of 28.17º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #874A14 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 20 -
CMYK 0 0.45 0.85 0.47
HSL 28.17º 0.74% 0.3% -
HSV(B) 28.17º 0.85% 0.53% -
XYZ 12.57 10.1 1.95 -
YUV 86.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 135 74 20 0 0.45 0.85 0.47 28.17 0.74 0.3
Hex 87 4A 14 0 2D 55 2F 1C 4A 1E
Octal 207 112 24 0 55 125 57 34 112 36
Binary 10000111 1001010 10100 0 101101 1010101 101111 11100 1001010 11110

Color Harmonies of #874A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A14

Black with #874A14

Text Example


Text Example

White with #874A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,20); }

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

background-color css

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

 a { background-color: rgb(135,74,20); }

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

border-color css

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

 span { border-color: rgb(135,74,20); }

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