Html Css Color HEX #874C16 Saddle Brown

📋 copy color: '#874C16'

red 135 ◦ green 76 ◦ blue 22

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

Shades of Saddle Brown #874C16

Tints of Saddle Brown #874C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 57.94%
G = 32.62%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874C16 (or 0x874C16) is known color: Saddle Brown. HEX triplet: 87, 4C and 16. RGB value is (135,76,22). Sum of RGB (Red+Green+Blue) = 135+76+22=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #874C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874C16 is #78B3E9. Grayscale: #575757. Windows color (decimal): -7910378 or 1461383. OLE color: 1461383.

HSL color Cylindrical-coordinate representation of color #874C16: hue angle of 28.67º degrees, saturation: 0.72, 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 #874C16 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 22 -
CMYK 0 0.44 0.84 0.47
HSL 28.67º 0.72% 0.31% -
HSV(B) 28.67º 0.84% 0.53% -
XYZ 12.72 10.38 2.09 -
YUV 87.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 135 76 22 0 0.44 0.84 0.47 28.67 0.72 0.31
Hex 87 4C 16 0 2C 54 2F 1D 48 1F
Octal 207 114 26 0 54 124 57 35 110 37
Binary 10000111 1001100 10110 0 101100 1010100 101111 11101 1001000 11111

Color Harmonies of #874C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C16

Black with #874C16

Text Example


Text Example

White with #874C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,22); }

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

background-color css

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

 a { background-color: rgb(135,76,22); }

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

border-color css

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

 span { border-color: rgb(135,76,22); }

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