Html Css Color HEX #875116 Saddle Brown

📋 copy color: '#875116'

red 135 ◦ green 81 ◦ blue 22

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

Shades of Saddle Brown #875116

Tints of Saddle Brown #875116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 56.72%
G = 34.03%
B = 9.24%

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

#875116 (or 0x875116) is known color: Saddle Brown. HEX triplet: 87, 51 and 16. RGB value is (135,81,22). Sum of RGB (Red+Green+Blue) = 135+81+22=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875116 is #78AEE9. Grayscale: #5A5A5A. Windows color (decimal): -7909098 or 1462663. OLE color: 1462663.

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

Color convert

RGB 135 81 22 -
CMYK 0 0.40 0.84 0.47
HSL 31.33º 0.72% 0.31% -
HSV(B) 31.33º 0.84% 0.53% -
XYZ 13.08 11.09 2.21 -
YUV 90.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 135 81 22 0 0.40 0.84 0.47 31.33 0.72 0.31
Hex 87 51 16 0 28 54 2F 1F 48 1F
Octal 207 121 26 0 50 124 57 37 110 37
Binary 10000111 1010001 10110 0 101000 1010100 101111 11111 1001000 11111

Color Harmonies of #875116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875116

Black with #875116

Text Example


Text Example

White with #875116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875116; }

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

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

background-color css

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

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

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

border-color css

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

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

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