Html Css Color HEX #875115 Saddle Brown

📋 copy color: '#875115'

red 135 ◦ green 81 ◦ blue 21

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

Shades of Saddle Brown #875115

Tints of Saddle Brown #875115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 56.96%
G = 34.18%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#875115 (or 0x875115) is known color: Saddle Brown. HEX triplet: 87, 51 and 15. RGB value is (135,81,21). Sum of RGB (Red+Green+Blue) = 135+81+21=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875115 is #78AEEA. Grayscale: #5A5A5A. Windows color (decimal): -7909099 or 1397127. OLE color: 1397127.

HSL color Cylindrical-coordinate representation of color #875115: hue angle of 31.58º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #875115 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 21 -
CMYK 0 0.40 0.84 0.47
HSL 31.58º 0.73% 0.31% -
HSV(B) 31.58º 0.84% 0.53% -
XYZ 13.07 11.09 2.16 -
YUV 90.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 135 81 21 0 0.40 0.84 0.47 31.58 0.73 0.31
Hex 87 51 15 0 28 54 2F 20 49 1F
Octal 207 121 25 0 50 124 57 40 111 37
Binary 10000111 1010001 10101 0 101000 1010100 101111 100000 1001001 11111

Color Harmonies of #875115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875115

Black with #875115

Text Example


Text Example

White with #875115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875115; }

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

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

background-color css

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

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

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

border-color css

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

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

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