Html Css Color HEX #493116 Clinker

📋 copy color: '#493116'

red 73 ◦ green 49 ◦ blue 22

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

Shades of Clinker #493116

Tints of Clinker #493116

RGB

 RED value IS 73 (28.91% from 255) = 50.69%

 GREEN value IS 49 (19.53% from 255) = 34.03%

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

R = 50.69%
G = 34.03%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#493116 (or 0x493116) is known color: Clinker. HEX triplet: 49, 31 and 16. RGB value is (73,49,22). Sum of RGB (Red+Green+Blue) = 73+49+22=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493116 is #B6CEE9. Grayscale: #353535. Windows color (decimal): -11980522 or 1454409. OLE color: 1454409.

HSL color Cylindrical-coordinate representation of color #493116: hue angle of 31.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493116 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 22 -
CMYK 0 0.33 0.70 0.71
HSL 31.76º 0.54% 0.19% -
HSV(B) 31.76º 0.7% 0.29% -
XYZ 3.99 3.67 1.26 -
YUV 53.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 73 49 22 0 0.33 0.70 0.71 31.76 0.54 0.19
Hex 49 31 16 0 21 46 47 20 36 13
Octal 111 61 26 0 41 106 107 40 66 23
Binary 1001001 110001 10110 0 100001 1000110 1000111 100000 110110 10011

Color Harmonies of #493116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493116

Black with #493116

Text Example


Text Example

White with #493116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493116; }

 p { color: rgb(73,49,22); }

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

background-color css

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

 a { background-color: rgb(73,49,22); }

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

border-color css

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

 span { border-color: rgb(73,49,22); }

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