Html Css Color HEX #875010 Saddle Brown

📋 copy color: '#875010'

red 135 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #875010

Tints of Saddle Brown #875010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 58.44%
G = 34.63%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#875010 (or 0x875010) is known color: Saddle Brown. HEX triplet: 87, 50 and 10. RGB value is (135,80,16). Sum of RGB (Red+Green+Blue) = 135+80+16=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #875010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875010 is #78AFEF. Grayscale: #595959. Windows color (decimal): -7909360 or 1069191. OLE color: 1069191.

HSL color Cylindrical-coordinate representation of color #875010: hue angle of 32.27º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #875010 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 16 -
CMYK 0 0.41 0.88 0.47
HSL 32.27º 0.79% 0.3% -
HSV(B) 32.27º 0.88% 0.53% -
XYZ 12.95 10.93 1.92 -
YUV 89.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 135 80 16 0 0.41 0.88 0.47 32.27 0.79 0.3
Hex 87 50 10 0 29 58 2F 20 4F 1E
Octal 207 120 20 0 51 130 57 40 117 36
Binary 10000111 1010000 10000 0 101001 1011000 101111 100000 1001111 11110

Color Harmonies of #875010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875010

Black with #875010

Text Example


Text Example

White with #875010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875010; }

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

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

background-color css

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

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

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

border-color css

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

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

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