Html Css Color HEX #874515 Saddle Brown

📋 copy color: '#874515'

red 135 ◦ green 69 ◦ blue 21

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

Shades of Saddle Brown #874515

Tints of Saddle Brown #874515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 60%
G = 30.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874515 (or 0x874515) is known color: Saddle Brown. HEX triplet: 87, 45 and 15. RGB value is (135,69,21). Sum of RGB (Red+Green+Blue) = 135+69+21=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874515 is #78BAEA. Grayscale: #535353. Windows color (decimal): -7912171 or 1394055. OLE color: 1394055.

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

Color convert

RGB 135 69 21 -
CMYK 0 0.49 0.84 0.47
HSL 25.26º 0.73% 0.31% -
HSV(B) 25.26º 0.84% 0.53% -
XYZ 12.26 9.46 1.89 -
YUV 83.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 135 69 21 0 0.49 0.84 0.47 25.26 0.73 0.31
Hex 87 45 15 0 31 54 2F 19 49 1F
Octal 207 105 25 0 61 124 57 31 111 37
Binary 10000111 1000101 10101 0 110001 1010100 101111 11001 1001001 11111

Color Harmonies of #874515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874515

Black with #874515

Text Example


Text Example

White with #874515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874515; }

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

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

background-color css

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

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

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

border-color css

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

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

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