Html Css Color HEX #874415 Saddle Brown

📋 copy color: '#874415'

red 135 ◦ green 68 ◦ blue 21

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

Shades of Saddle Brown #874415

Tints of Saddle Brown #874415

RGB

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

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

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

R = 60.27%
G = 30.36%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874415 (or 0x874415) is known color: Saddle Brown. HEX triplet: 87, 44 and 15. RGB value is (135,68,21). Sum of RGB (Red+Green+Blue) = 135+68+21=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #874415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874415 is #78BBEA. Grayscale: #525252. Windows color (decimal): -7912427 or 1393799. OLE color: 1393799.

HSL color Cylindrical-coordinate representation of color #874415: hue angle of 24.74º 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 #874415 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 21 -
CMYK 0 0.50 0.84 0.47
HSL 24.74º 0.73% 0.31% -
HSV(B) 24.74º 0.84% 0.53% -
XYZ 12.19 9.34 1.87 -
YUV 82.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 135 68 21 0 0.50 0.84 0.47 24.74 0.73 0.31
Hex 87 44 15 0 32 54 2F 19 49 1F
Octal 207 104 25 0 62 124 57 31 111 37
Binary 10000111 1000100 10101 0 110010 1010100 101111 11001 1001001 11111

Color Harmonies of #874415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874415

Black with #874415

Text Example


Text Example

White with #874415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874415; }

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

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

background-color css

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

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

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

border-color css

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

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

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