Html Css Color HEX #875512 Saddle Brown

📋 copy color: '#875512'

red 135 ◦ green 85 ◦ blue 18

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

Shades of Saddle Brown #875512

Tints of Saddle Brown #875512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 56.72%
G = 35.71%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#875512 (or 0x875512) is known color: Saddle Brown. HEX triplet: 87, 55 and 12. RGB value is (135,85,18). Sum of RGB (Red+Green+Blue) = 135+85+18=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875512 is #78AAED. Grayscale: #5C5C5C. Windows color (decimal): -7908078 or 1201543. OLE color: 1201543.

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

Color convert

RGB 135 85 18 -
CMYK 0 0.37 0.87 0.47
HSL 34.36º 0.76% 0.3% -
HSV(B) 34.36º 0.87% 0.53% -
XYZ 13.35 11.69 2.13 -
YUV 92.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 135 85 18 0 0.37 0.87 0.47 34.36 0.76 0.3
Hex 87 55 12 0 25 57 2F 22 4C 1E
Octal 207 125 22 0 45 127 57 42 114 36
Binary 10000111 1010101 10010 0 100101 1010111 101111 100010 1001100 11110

Color Harmonies of #875512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875512

Black with #875512

Text Example


Text Example

White with #875512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875512; }

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

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

background-color css

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

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

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

border-color css

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

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

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