Html Css Color HEX #884410 Saddle Brown

📋 copy color: '#884410'

red 136 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #884410

Tints of Saddle Brown #884410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 61.82%
G = 30.91%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#884410 (or 0x884410) is known color: Saddle Brown. HEX triplet: 88, 44 and 10. RGB value is (136,68,16). Sum of RGB (Red+Green+Blue) = 136+68+16=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884410 is #77BBEF. Grayscale: #525252. Windows color (decimal): -7846896 or 1066120. OLE color: 1066120.

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

Color convert

RGB 136 68 16 -
CMYK 0 0.50 0.88 0.47
HSL 26º 0.79% 0.3% -
HSV(B) 26º 0.88% 0.53% -
XYZ 12.31 9.41 1.66 -
YUV 82.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 136 68 16 0 0.50 0.88 0.47 26 0.79 0.3
Hex 88 44 10 0 32 58 2F 1A 4F 1E
Octal 210 104 20 0 62 130 57 32 117 36
Binary 10001000 1000100 10000 0 110010 1011000 101111 11010 1001111 11110

Color Harmonies of #884410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884410

Black with #884410

Text Example


Text Example

White with #884410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884410; }

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

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

background-color css

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

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

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

border-color css

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

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

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