Html Css Color HEX #884912 Saddle Brown

📋 copy color: '#884912'

red 136 ◦ green 73 ◦ blue 18

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

Shades of Saddle Brown #884912

Tints of Saddle Brown #884912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 59.91%
G = 32.16%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#884912 (or 0x884912) is known color: Saddle Brown. HEX triplet: 88, 49 and 12. RGB value is (136,73,18). Sum of RGB (Red+Green+Blue) = 136+73+18=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #884912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884912 is #77B6ED. Grayscale: #555555. Windows color (decimal): -7845614 or 1198472. OLE color: 1198472.

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

Color convert

RGB 136 73 18 -
CMYK 0 0.46 0.87 0.47
HSL 27.97º 0.77% 0.3% -
HSV(B) 27.97º 0.87% 0.53% -
XYZ 12.65 10.04 1.84 -
YUV 85.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 136 73 18 0 0.46 0.87 0.47 27.97 0.77 0.3
Hex 88 49 12 0 2E 57 2F 1C 4D 1E
Octal 210 111 22 0 56 127 57 34 115 36
Binary 10001000 1001001 10010 0 101110 1010111 101111 11100 1001101 11110

Color Harmonies of #884912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884912

Black with #884912

Text Example


Text Example

White with #884912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884912; }

 p { color: rgb(136,73,18); }

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

background-color css

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

 a { background-color: rgb(136,73,18); }

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

border-color css

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

 span { border-color: rgb(136,73,18); }

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