Html Css Color HEX #875114 Saddle Brown

📋 copy color: '#875114'

red 135 ◦ green 81 ◦ blue 20

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

Shades of Saddle Brown #875114

Tints of Saddle Brown #875114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 57.2%
G = 34.32%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#875114 (or 0x875114) is known color: Saddle Brown. HEX triplet: 87, 51 and 14. RGB value is (135,81,20). Sum of RGB (Red+Green+Blue) = 135+81+20=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #875114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875114 is #78AEEB. Grayscale: #5A5A5A. Windows color (decimal): -7909100 or 1331591. OLE color: 1331591.

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

Color convert

RGB 135 81 20 -
CMYK 0 0.40 0.85 0.47
HSL 31.83º 0.74% 0.3% -
HSV(B) 31.83º 0.85% 0.53% -
XYZ 13.06 11.09 2.11 -
YUV 90.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 135 81 20 0 0.40 0.85 0.47 31.83 0.74 0.3
Hex 87 51 14 0 28 55 2F 20 4A 1E
Octal 207 121 24 0 50 125 57 40 112 36
Binary 10000111 1010001 10100 0 101000 1010101 101111 100000 1001010 11110

Color Harmonies of #875114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875114

Black with #875114

Text Example


Text Example

White with #875114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875114; }

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

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

background-color css

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

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

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

border-color css

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

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

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