Html Css Color HEX #884A10 Saddle Brown

📋 copy color: '#884A10'

red 136 ◦ green 74 ◦ blue 16

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

Shades of Saddle Brown #884A10

Tints of Saddle Brown #884A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 60.18%
G = 32.74%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#884A10 (or 0x884A10) is known color: Saddle Brown. HEX triplet: 88, 4A and 10. RGB value is (136,74,16). Sum of RGB (Red+Green+Blue) = 136+74+16=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #884A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A10 is #77B5EF. Grayscale: #565656. Windows color (decimal): -7845360 or 1067656. OLE color: 1067656.

HSL color Cylindrical-coordinate representation of color #884A10: hue angle of 29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #884A10 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 74 16 -
CMYK 0 0.46 0.88 0.47
HSL 29º 0.79% 0.3% -
HSV(B) 29º 0.88% 0.53% -
XYZ 12.7 10.17 1.78 -
YUV 85.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 136 74 16 0 0.46 0.88 0.47 29 0.79 0.3
Hex 88 4A 10 0 2E 58 2F 1D 4F 1E
Octal 210 112 20 0 56 130 57 35 117 36
Binary 10001000 1001010 10000 0 101110 1011000 101111 11101 1001111 11110

Color Harmonies of #884A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A10

Black with #884A10

Text Example


Text Example

White with #884A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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