Html Css Color HEX #87490D Saddle Brown

📋 copy color: '#87490D'

red 135 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #87490D

Tints of Saddle Brown #87490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 61.09%
G = 33.03%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87490D (or 0x87490D) is known color: Saddle Brown. HEX triplet: 87, 49 and 0D. RGB value is (135,73,13). Sum of RGB (Red+Green+Blue) = 135+73+13=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #87490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87490D is #78B6F2. Grayscale: #555555. Windows color (decimal): -7911155 or 870791. OLE color: 870791.

HSL color Cylindrical-coordinate representation of color #87490D: hue angle of 29.51º 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 #87490D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 13 -
CMYK 0 0.46 0.90 0.47
HSL 29.51º 0.82% 0.29% -
HSV(B) 29.51º 0.9% 0.53% -
XYZ 12.45 9.95 1.64 -
YUV 84.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 135 73 13 0 0.46 0.90 0.47 29.51 0.82 0.29
Hex 87 49 D 0 2E 5A 2F 1E 52 1D
Octal 207 111 15 0 56 132 57 36 122 35
Binary 10000111 1001001 1101 0 101110 1011010 101111 11110 1010010 11101

Color Harmonies of #87490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87490D

Black with #87490D

Text Example


Text Example

White with #87490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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