Html Css Color HEX #874711 Saddle Brown

📋 copy color: '#874711'

red 135 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #874711

Tints of Saddle Brown #874711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 60.54%
G = 31.84%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#874711 (or 0x874711) is known color: Saddle Brown. HEX triplet: 87, 47 and 11. RGB value is (135,71,17). Sum of RGB (Red+Green+Blue) = 135+71+17=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #874711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874711 is #78B8EE. Grayscale: #545454. Windows color (decimal): -7911663 or 1132423. OLE color: 1132423.

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

Color convert

RGB 135 71 17 -
CMYK 0 0.47 0.87 0.47
HSL 27.46º 0.78% 0.3% -
HSV(B) 27.46º 0.87% 0.53% -
XYZ 12.35 9.7 1.75 -
YUV 83.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 135 71 17 0 0.47 0.87 0.47 27.46 0.78 0.3
Hex 87 47 11 0 2F 57 2F 1B 4E 1E
Octal 207 107 21 0 57 127 57 33 116 36
Binary 10000111 1000111 10001 0 101111 1010111 101111 11011 1001110 11110

Color Harmonies of #874711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874711

Black with #874711

Text Example


Text Example

White with #874711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874711; }

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

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

background-color css

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

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

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

border-color css

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

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

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