Html Css Color HEX #87550C Saddle Brown

📋 copy color: '#87550C'

red 135 ◦ green 85 ◦ blue 12

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

Shades of Saddle Brown #87550C

Tints of Saddle Brown #87550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 58.19%
G = 36.64%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87550C (or 0x87550C) is known color: Saddle Brown. HEX triplet: 87, 55 and 0C. RGB value is (135,85,12). Sum of RGB (Red+Green+Blue) = 135+85+12=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87550C is #78AAF3. Grayscale: #5B5B5B. Windows color (decimal): -7908084 or 808327. OLE color: 808327.

HSL color Cylindrical-coordinate representation of color #87550C: hue angle of 35.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87550C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 12 -
CMYK 0 0.37 0.91 0.47
HSL 35.61º 0.84% 0.29% -
HSV(B) 35.61º 0.91% 0.53% -
XYZ 13.31 11.67 1.9 -
YUV 91.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 135 85 12 0 0.37 0.91 0.47 35.61 0.84 0.29
Hex 87 55 C 0 25 5B 2F 24 54 1D
Octal 207 125 14 0 45 133 57 44 124 35
Binary 10000111 1010101 1100 0 100101 1011011 101111 100100 1010100 11101

Color Harmonies of #87550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87550C

Black with #87550C

Text Example


Text Example

White with #87550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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