Html Css Color HEX #87440F Saddle Brown

📋 copy color: '#87440F'

red 135 ◦ green 68 ◦ blue 15

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

Shades of Saddle Brown #87440F

Tints of Saddle Brown #87440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 61.93%
G = 31.19%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87440F (or 0x87440F) is known color: Saddle Brown. HEX triplet: 87, 44 and 0F. RGB value is (135,68,15). Sum of RGB (Red+Green+Blue) = 135+68+15=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87440F is #78BBF0. Grayscale: #525252. Windows color (decimal): -7912433 or 1000583. OLE color: 1000583.

HSL color Cylindrical-coordinate representation of color #87440F: hue angle of 26.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87440F is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 15 -
CMYK 0 0.50 0.89 0.47
HSL 26.5º 0.8% 0.29% -
HSV(B) 26.5º 0.89% 0.53% -
XYZ 12.15 9.32 1.61 -
YUV 81.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 135 68 15 0 0.50 0.89 0.47 26.5 0.8 0.29
Hex 87 44 F 0 32 59 2F 1A 50 1D
Octal 207 104 17 0 62 131 57 32 120 35
Binary 10000111 1000100 1111 0 110010 1011001 101111 11010 1010000 11101

Color Harmonies of #87440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87440F

Black with #87440F

Text Example


Text Example

White with #87440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87440F; }

 p { color: rgb(135,68,15); }

 H1.HeaderClassName
 {
   color: #87440F;
 }
 .AnyTagClassName
 {
   color: #87440F;
 }
</style>

background-color css

<style>
 a { background-color: #87440F; }

 a { background-color: rgb(135,68,15); }

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

border-color css

<style>
 span { border-color: #87440F; }

 span { border-color: rgb(135,68,15); }

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