Html Css Color HEX #87520D Saddle Brown

📋 copy color: '#87520D'

red 135 ◦ green 82 ◦ blue 13

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

Shades of Saddle Brown #87520D

Tints of Saddle Brown #87520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 58.7%
G = 35.65%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87520D (or 0x87520D) is known color: Saddle Brown. HEX triplet: 87, 52 and 0D. RGB value is (135,82,13). Sum of RGB (Red+Green+Blue) = 135+82+13=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87520D is #78ADF2. Grayscale: #5A5A5A. Windows color (decimal): -7908851 or 873095. OLE color: 873095.

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

Color convert

RGB 135 82 13 -
CMYK 0 0.39 0.90 0.47
HSL 33.93º 0.82% 0.29% -
HSV(B) 33.93º 0.9% 0.53% -
XYZ 13.08 11.21 1.86 -
YUV 89.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 135 82 13 0 0.39 0.90 0.47 33.93 0.82 0.29
Hex 87 52 D 0 27 5A 2F 22 52 1D
Octal 207 122 15 0 47 132 57 42 122 35
Binary 10000111 1010010 1101 0 100111 1011010 101111 100010 1010010 11101

Color Harmonies of #87520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87520D

Black with #87520D

Text Example


Text Example

White with #87520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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