Html Css Color HEX #87520F Saddle Brown

📋 copy color: '#87520F'

red 135 ◦ green 82 ◦ blue 15

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

Shades of Saddle Brown #87520F

Tints of Saddle Brown #87520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 58.19%
G = 35.34%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87520F (or 0x87520F) is known color: Saddle Brown. HEX triplet: 87, 52 and 0F. RGB value is (135,82,15). Sum of RGB (Red+Green+Blue) = 135+82+15=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87520F is #78ADF0. Grayscale: #5A5A5A. Windows color (decimal): -7908849 or 1004167. OLE color: 1004167.

HSL color Cylindrical-coordinate representation of color #87520F: hue angle of 33.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87520F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 15 -
CMYK 0 0.39 0.89 0.47
HSL 33.5º 0.8% 0.29% -
HSV(B) 33.5º 0.89% 0.53% -
XYZ 13.1 11.22 1.93 -
YUV 90.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 135 82 15 0 0.39 0.89 0.47 33.5 0.8 0.29
Hex 87 52 F 0 27 59 2F 22 50 1D
Octal 207 122 17 0 47 131 57 42 120 35
Binary 10000111 1010010 1111 0 100111 1011001 101111 100010 1010000 11101

Color Harmonies of #87520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87520F

Black with #87520F

Text Example


Text Example

White with #87520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87520F; }

 p { color: rgb(135,82,15); }

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

background-color css

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

 a { background-color: rgb(135,82,15); }

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

border-color css

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

 span { border-color: rgb(135,82,15); }

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