Html Css Color HEX #884A16 Saddle Brown

📋 copy color: '#884A16'

red 136 ◦ green 74 ◦ blue 22

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

Shades of Saddle Brown #884A16

Tints of Saddle Brown #884A16

RGB

 RED value IS 136 (53.52% from 255) = 58.62%

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

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

R = 58.62%
G = 31.9%
B = 9.48%

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

#884A16 (or 0x884A16) is known color: Saddle Brown. HEX triplet: 88, 4A and 16. RGB value is (136,74,22). Sum of RGB (Red+Green+Blue) = 136+74+22=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #884A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A16 is #77B5E9. Grayscale: #565656. Windows color (decimal): -7845354 or 1460872. OLE color: 1460872.

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

Color convert

RGB 136 74 22 -
CMYK 0 0.46 0.84 0.47
HSL 27.37º 0.72% 0.31% -
HSV(B) 27.37º 0.84% 0.53% -
XYZ 12.75 10.19 2.05 -
YUV 86.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 136 74 22 0 0.46 0.84 0.47 27.37 0.72 0.31
Hex 88 4A 16 0 2E 54 2F 1B 48 1F
Octal 210 112 26 0 56 124 57 33 110 37
Binary 10001000 1001010 10110 0 101110 1010100 101111 11011 1001000 11111

Color Harmonies of #884A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A16

Black with #884A16

Text Example


Text Example

White with #884A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884A16; }

 p { color: rgb(136,74,22); }

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

background-color css

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

 a { background-color: rgb(136,74,22); }

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

border-color css

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

 span { border-color: rgb(136,74,22); }

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