Html Css Color HEX #874015 Saddle Brown

📋 copy color: '#874015'

red 135 ◦ green 64 ◦ blue 21

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

Shades of Saddle Brown #874015

Tints of Saddle Brown #874015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 61.36%
G = 29.09%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874015 (or 0x874015) is known color: Saddle Brown. HEX triplet: 87, 40 and 15. RGB value is (135,64,21). Sum of RGB (Red+Green+Blue) = 135+64+21=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #874015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874015 is #78BFEA. Grayscale: #505050. Windows color (decimal): -7913451 or 1392775. OLE color: 1392775.

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

Color convert

RGB 135 64 21 -
CMYK 0 0.53 0.84 0.47
HSL 22.63º 0.73% 0.31% -
HSV(B) 22.63º 0.84% 0.53% -
XYZ 11.96 8.87 1.79 -
YUV 80.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 135 64 21 0 0.53 0.84 0.47 22.63 0.73 0.31
Hex 87 40 15 0 35 54 2F 17 49 1F
Octal 207 100 25 0 65 124 57 27 111 37
Binary 10000111 1000000 10101 0 110101 1010100 101111 10111 1001001 11111

Color Harmonies of #874015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874015

Black with #874015

Text Example


Text Example

White with #874015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874015; }

 p { color: rgb(135,64,21); }

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

background-color css

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

 a { background-color: rgb(135,64,21); }

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

border-color css

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

 span { border-color: rgb(135,64,21); }

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