Html Css Color HEX #875014 Saddle Brown

📋 copy color: '#875014'

red 135 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #875014

Tints of Saddle Brown #875014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 57.45%
G = 34.04%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#875014 (or 0x875014) is known color: Saddle Brown. HEX triplet: 87, 50 and 14. RGB value is (135,80,20). Sum of RGB (Red+Green+Blue) = 135+80+20=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875014 is #78AFEB. Grayscale: #595959. Windows color (decimal): -7909356 or 1331335. OLE color: 1331335.

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

Color convert

RGB 135 80 20 -
CMYK 0 0.41 0.85 0.47
HSL 31.3º 0.74% 0.3% -
HSV(B) 31.3º 0.85% 0.53% -
XYZ 12.99 10.94 2.09 -
YUV 89.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 135 80 20 0 0.41 0.85 0.47 31.3 0.74 0.3
Hex 87 50 14 0 29 55 2F 1F 4A 1E
Octal 207 120 24 0 51 125 57 37 112 36
Binary 10000111 1010000 10100 0 101001 1010101 101111 11111 1001010 11110

Color Harmonies of #875014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875014

Black with #875014

Text Example


Text Example

White with #875014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875014; }

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

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

background-color css

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

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

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

border-color css

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

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

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