Html Css Color HEX #874915 Saddle Brown

📋 copy color: '#874915'

red 135 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #874915

Tints of Saddle Brown #874915

RGB

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

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

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

R = 58.95%
G = 31.88%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874915 (or 0x874915) is known color: Saddle Brown. HEX triplet: 87, 49 and 15. RGB value is (135,73,21). Sum of RGB (Red+Green+Blue) = 135+73+21=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #874915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874915 is #78B6EA. Grayscale: #555555. Windows color (decimal): -7911147 or 1395079. OLE color: 1395079.

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

Color convert

RGB 135 73 21 -
CMYK 0 0.46 0.84 0.47
HSL 27.37º 0.73% 0.31% -
HSV(B) 27.37º 0.84% 0.53% -
XYZ 12.51 9.97 1.97 -
YUV 85.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 135 73 21 0 0.46 0.84 0.47 27.37 0.73 0.31
Hex 87 49 15 0 2E 54 2F 1B 49 1F
Octal 207 111 25 0 56 124 57 33 111 37
Binary 10000111 1001001 10101 0 101110 1010100 101111 11011 1001001 11111

Color Harmonies of #874915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874915

Black with #874915

Text Example


Text Example

White with #874915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874915; }

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

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

background-color css

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

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

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

border-color css

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

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

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