Html Css Color HEX #874716 Saddle Brown

📋 copy color: '#874716'

red 135 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #874716

Tints of Saddle Brown #874716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 59.21%
G = 31.14%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#874716 (or 0x874716) is known color: Saddle Brown. HEX triplet: 87, 47 and 16. RGB value is (135,71,22). Sum of RGB (Red+Green+Blue) = 135+71+22=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #874716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874716 is #78B8E9. Grayscale: #545454. Windows color (decimal): -7911658 or 1460103. OLE color: 1460103.

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

Color convert

RGB 135 71 22 -
CMYK 0 0.47 0.84 0.47
HSL 26.02º 0.72% 0.31% -
HSV(B) 26.02º 0.84% 0.53% -
XYZ 12.39 9.72 1.98 -
YUV 84.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 135 71 22 0 0.47 0.84 0.47 26.02 0.72 0.31
Hex 87 47 16 0 2F 54 2F 1A 48 1F
Octal 207 107 26 0 57 124 57 32 110 37
Binary 10000111 1000111 10110 0 101111 1010100 101111 11010 1001000 11111

Color Harmonies of #874716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874716

Black with #874716

Text Example


Text Example

White with #874716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874716; }

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

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

background-color css

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

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

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

border-color css

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

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

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