Html Css Color HEX #493013 Clinker

📋 copy color: '#493013'

red 73 ◦ green 48 ◦ blue 19

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

Shades of Clinker #493013

Tints of Clinker #493013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 52.14%
G = 34.29%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493013 (or 0x493013) is known color: Clinker. HEX triplet: 49, 30 and 13. RGB value is (73,48,19). Sum of RGB (Red+Green+Blue) = 73+48+19=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493013 is #B6CFEC. Grayscale: #343434. Windows color (decimal): -11980781 or 1257545. OLE color: 1257545.

HSL color Cylindrical-coordinate representation of color #493013: hue angle of 32.22º 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 #493013 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 19 -
CMYK 0 0.34 0.74 0.71
HSL 32.22º 0.59% 0.18% -
HSV(B) 32.22º 0.74% 0.29% -
XYZ 3.92 3.58 1.1 -
YUV 52.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 73 48 19 0 0.34 0.74 0.71 32.22 0.59 0.18
Hex 49 30 13 0 22 4A 47 20 3B 12
Octal 111 60 23 0 42 112 107 40 73 22
Binary 1001001 110000 10011 0 100010 1001010 1000111 100000 111011 10010

Color Harmonies of #493013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493013

Black with #493013

Text Example


Text Example

White with #493013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493013; }

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

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

background-color css

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

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

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

border-color css

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

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

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