Html Css Color HEX #874014 Saddle Brown

📋 copy color: '#874014'

red 135 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #874014

Tints of Saddle Brown #874014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

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

R = 61.64%
G = 29.22%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#874014 (or 0x874014) is known color: Saddle Brown. HEX triplet: 87, 40 and 14. RGB value is (135,64,20). Sum of RGB (Red+Green+Blue) = 135+64+20=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #874014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874014 is #78BFEB. Grayscale: #505050. Windows color (decimal): -7913452 or 1327239. OLE color: 1327239.

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

Color convert

RGB 135 64 20 -
CMYK 0 0.53 0.85 0.47
HSL 22.96º 0.74% 0.3% -
HSV(B) 22.96º 0.85% 0.53% -
XYZ 11.95 8.87 1.74 -
YUV 80.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 135 64 20 0 0.53 0.85 0.47 22.96 0.74 0.3
Hex 87 40 14 0 35 55 2F 17 4A 1E
Octal 207 100 24 0 65 125 57 27 112 36
Binary 10000111 1000000 10100 0 110101 1010101 101111 10111 1001010 11110

Color Harmonies of #874014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874014

Black with #874014

Text Example


Text Example

White with #874014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874014; }

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

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

background-color css

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

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

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

border-color css

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

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

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