Html Css Color HEX #493119 Clinker

📋 copy color: '#493119'

red 73 ◦ green 49 ◦ blue 25

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

Shades of Clinker #493119

Tints of Clinker #493119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 49.66%
G = 33.33%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493119 (or 0x493119) is known color: Clinker. HEX triplet: 49, 31 and 19. RGB value is (73,49,25). Sum of RGB (Red+Green+Blue) = 73+49+25=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493119 is #B6CEE6. Grayscale: #353535. Windows color (decimal): -11980519 or 1651017. OLE color: 1651017.

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

Color convert

RGB 73 49 25 -
CMYK 0 0.33 0.66 0.71
HSL 30º 0.49% 0.19% -
HSV(B) 30º 0.66% 0.29% -
XYZ 4.02 3.68 1.42 -
YUV 53.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 73 49 25 0 0.33 0.66 0.71 30 0.49 0.19
Hex 49 31 19 0 21 42 47 1E 31 13
Octal 111 61 31 0 41 102 107 36 61 23
Binary 1001001 110001 11001 0 100001 1000010 1000111 11110 110001 10011

Color Harmonies of #493119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493119

Black with #493119

Text Example


Text Example

White with #493119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493119; }

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

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

background-color css

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

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

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

border-color css

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

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

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