Html Css Color HEX #874A17 Saddle Brown

📋 copy color: '#874A17'

red 135 ◦ green 74 ◦ blue 23

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

Shades of Saddle Brown #874A17

Tints of Saddle Brown #874A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 58.19%
G = 31.9%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#874A17 (or 0x874A17) is known color: Saddle Brown. HEX triplet: 87, 4A and 17. RGB value is (135,74,23). Sum of RGB (Red+Green+Blue) = 135+74+23=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #874A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A17 is #78B5E8. Grayscale: #565656. Windows color (decimal): -7910889 or 1526407. OLE color: 1526407.

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

Color convert

RGB 135 74 23 -
CMYK 0 0.45 0.83 0.47
HSL 27.32º 0.71% 0.31% -
HSV(B) 27.32º 0.83% 0.53% -
XYZ 12.6 10.11 2.1 -
YUV 86.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 135 74 23 0 0.45 0.83 0.47 27.32 0.71 0.31
Hex 87 4A 17 0 2D 53 2F 1B 47 1F
Octal 207 112 27 0 55 123 57 33 107 37
Binary 10000111 1001010 10111 0 101101 1010011 101111 11011 1000111 11111

Color Harmonies of #874A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A17

Black with #874A17

Text Example


Text Example

White with #874A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874A17; }

 p { color: rgb(135,74,23); }

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

background-color css

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

 a { background-color: rgb(135,74,23); }

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

border-color css

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

 span { border-color: rgb(135,74,23); }

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