Html Css Color HEX #874816 Saddle Brown

📋 copy color: '#874816'

red 135 ◦ green 72 ◦ blue 22

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

Shades of Saddle Brown #874816

Tints of Saddle Brown #874816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 58.95%
G = 31.44%
B = 9.61%

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

#874816 (or 0x874816) is known color: Saddle Brown. HEX triplet: 87, 48 and 16. RGB value is (135,72,22). Sum of RGB (Red+Green+Blue) = 135+72+22=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #874816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874816 is #78B7E9. Grayscale: #555555. Windows color (decimal): -7911402 or 1460359. OLE color: 1460359.

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

Color convert

RGB 135 72 22 -
CMYK 0 0.47 0.84 0.47
HSL 26.55º 0.72% 0.31% -
HSV(B) 26.55º 0.84% 0.53% -
XYZ 12.45 9.84 2 -
YUV 85.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 135 72 22 0 0.47 0.84 0.47 26.55 0.72 0.31
Hex 87 48 16 0 2F 54 2F 1B 48 1F
Octal 207 110 26 0 57 124 57 33 110 37
Binary 10000111 1001000 10110 0 101111 1010100 101111 11011 1001000 11111

Color Harmonies of #874816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874816

Black with #874816

Text Example


Text Example

White with #874816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874816; }

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

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

background-color css

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

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

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

border-color css

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

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

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