Html Css Color HEX #875011 Saddle Brown

📋 copy color: '#875011'

red 135 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #875011

Tints of Saddle Brown #875011

RGB

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

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

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

R = 58.19%
G = 34.48%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#875011 (or 0x875011) is known color: Saddle Brown. HEX triplet: 87, 50 and 11. RGB value is (135,80,17). Sum of RGB (Red+Green+Blue) = 135+80+17=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #875011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875011 is #78AFEE. Grayscale: #595959. Windows color (decimal): -7909359 or 1134727. OLE color: 1134727.

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

Color convert

RGB 135 80 17 -
CMYK 0 0.41 0.87 0.47
HSL 32.03º 0.78% 0.3% -
HSV(B) 32.03º 0.87% 0.53% -
XYZ 12.96 10.93 1.96 -
YUV 89.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 135 80 17 0 0.41 0.87 0.47 32.03 0.78 0.3
Hex 87 50 11 0 29 57 2F 20 4E 1E
Octal 207 120 21 0 51 127 57 40 116 36
Binary 10000111 1010000 10001 0 101001 1010111 101111 100000 1001110 11110

Color Harmonies of #875011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875011

Black with #875011

Text Example


Text Example

White with #875011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875011; }

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

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

background-color css

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

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

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

border-color css

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

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

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