Html Css Color HEX #875012 Saddle Brown

📋 copy color: '#875012'

red 135 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #875012

Tints of Saddle Brown #875012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 57.94%
G = 34.33%
B = 7.73%

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

#875012 (or 0x875012) is known color: Saddle Brown. HEX triplet: 87, 50 and 12. RGB value is (135,80,18). Sum of RGB (Red+Green+Blue) = 135+80+18=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #875012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875012 is #78AFED. Grayscale: #595959. Windows color (decimal): -7909358 or 1200263. OLE color: 1200263.

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

Color convert

RGB 135 80 18 -
CMYK 0 0.41 0.87 0.47
HSL 31.79º 0.76% 0.3% -
HSV(B) 31.79º 0.87% 0.53% -
XYZ 12.97 10.93 2 -
YUV 89.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 135 80 18 0 0.41 0.87 0.47 31.79 0.76 0.3
Hex 87 50 12 0 29 57 2F 20 4C 1E
Octal 207 120 22 0 51 127 57 40 114 36
Binary 10000111 1010000 10010 0 101001 1010111 101111 100000 1001100 11110

Color Harmonies of #875012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875012

Black with #875012

Text Example


Text Example

White with #875012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875012; }

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

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

background-color css

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

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

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

border-color css

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

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

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