Html Css Color HEX #87540A Saddle Brown

📋 copy color: '#87540A'

red 135 ◦ green 84 ◦ blue 10

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

Shades of Saddle Brown #87540A

Tints of Saddle Brown #87540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 58.95%
G = 36.68%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87540A (or 0x87540A) is known color: Saddle Brown. HEX triplet: 87, 54 and 0A. RGB value is (135,84,10). Sum of RGB (Red+Green+Blue) = 135+84+10=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87540A is #78ABF5. Grayscale: #5B5B5B. Windows color (decimal): -7908342 or 676999. OLE color: 676999.

HSL color Cylindrical-coordinate representation of color #87540A: hue angle of 35.52º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87540A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 10 -
CMYK 0 0.38 0.93 0.47
HSL 35.52º 0.86% 0.28% -
HSV(B) 35.52º 0.93% 0.53% -
XYZ 13.22 11.51 1.81 -
YUV 90.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 135 84 10 0 0.38 0.93 0.47 35.52 0.86 0.28
Hex 87 54 A 0 26 5D 2F 24 56 1C
Octal 207 124 12 0 46 135 57 44 126 34
Binary 10000111 1010100 1010 0 100110 1011101 101111 100100 1010110 11100

Color Harmonies of #87540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87540A

Black with #87540A

Text Example


Text Example

White with #87540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87540A; }

 p { color: rgb(135,84,10); }

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

background-color css

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

 a { background-color: rgb(135,84,10); }

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

border-color css

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

 span { border-color: rgb(135,84,10); }

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