Html Css Color HEX #874714 Saddle Brown

📋 copy color: '#874714'

red 135 ◦ green 71 ◦ blue 20

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

Shades of Saddle Brown #874714

Tints of Saddle Brown #874714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 59.73%
G = 31.42%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#874714 (or 0x874714) is known color: Saddle Brown. HEX triplet: 87, 47 and 14. RGB value is (135,71,20). Sum of RGB (Red+Green+Blue) = 135+71+20=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #874714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874714 is #78B8EB. Grayscale: #545454. Windows color (decimal): -7911660 or 1329031. OLE color: 1329031.

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

Color convert

RGB 135 71 20 -
CMYK 0 0.47 0.85 0.47
HSL 26.61º 0.74% 0.3% -
HSV(B) 26.61º 0.85% 0.53% -
XYZ 12.37 9.71 1.88 -
YUV 84.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 135 71 20 0 0.47 0.85 0.47 26.61 0.74 0.3
Hex 87 47 14 0 2F 55 2F 1B 4A 1E
Octal 207 107 24 0 57 125 57 33 112 36
Binary 10000111 1000111 10100 0 101111 1010101 101111 11011 1001010 11110

Color Harmonies of #874714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874714

Black with #874714

Text Example


Text Example

White with #874714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874714; }

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

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

background-color css

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

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

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

border-color css

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

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

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