Html Css Color HEX #493113 Clinker

📋 copy color: '#493113'

red 73 ◦ green 49 ◦ blue 19

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

Shades of Clinker #493113

Tints of Clinker #493113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 51.77%
G = 34.75%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493113 (or 0x493113) is known color: Clinker. HEX triplet: 49, 31 and 13. RGB value is (73,49,19). Sum of RGB (Red+Green+Blue) = 73+49+19=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #493113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493113 is #B6CEEC. Grayscale: #343434. Windows color (decimal): -11980525 or 1257801. OLE color: 1257801.

HSL color Cylindrical-coordinate representation of color #493113: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493113 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 19 -
CMYK 0 0.33 0.74 0.71
HSL 33.33º 0.59% 0.18% -
HSV(B) 33.33º 0.74% 0.29% -
XYZ 3.96 3.66 1.11 -
YUV 52.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 73 49 19 0 0.33 0.74 0.71 33.33 0.59 0.18
Hex 49 31 13 0 21 4A 47 21 3B 12
Octal 111 61 23 0 41 112 107 41 73 22
Binary 1001001 110001 10011 0 100001 1001010 1000111 100001 111011 10010

Color Harmonies of #493113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493113

Black with #493113

Text Example


Text Example

White with #493113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493113; }

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

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

background-color css

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

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

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

border-color css

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

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

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