Html Css Color HEX #87550E Saddle Brown

📋 copy color: '#87550E'

red 135 ◦ green 85 ◦ blue 14

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

Shades of Saddle Brown #87550E

Tints of Saddle Brown #87550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 57.69%
G = 36.32%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87550E (or 0x87550E) is known color: Saddle Brown. HEX triplet: 87, 55 and 0E. RGB value is (135,85,14). Sum of RGB (Red+Green+Blue) = 135+85+14=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87550E is #78AAF1. Grayscale: #5C5C5C. Windows color (decimal): -7908082 or 939399. OLE color: 939399.

HSL color Cylindrical-coordinate representation of color #87550E: hue angle of 35.21º degrees, saturation: 0.81, 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 #87550E is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 14 -
CMYK 0 0.37 0.90 0.47
HSL 35.21º 0.81% 0.29% -
HSV(B) 35.21º 0.9% 0.53% -
XYZ 13.32 11.68 1.97 -
YUV 91.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 135 85 14 0 0.37 0.90 0.47 35.21 0.81 0.29
Hex 87 55 E 0 25 5A 2F 23 51 1D
Octal 207 125 16 0 45 132 57 43 121 35
Binary 10000111 1010101 1110 0 100101 1011010 101111 100011 1010001 11101

Color Harmonies of #87550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87550E

Black with #87550E

Text Example


Text Example

White with #87550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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