Html Css Color HEX #493012 Clinker

📋 copy color: '#493012'

red 73 ◦ green 48 ◦ blue 18

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

Shades of Clinker #493012

Tints of Clinker #493012

RGB

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

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

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

R = 52.52%
G = 34.53%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493012 (or 0x493012) is known color: Clinker. HEX triplet: 49, 30 and 12. RGB value is (73,48,18). Sum of RGB (Red+Green+Blue) = 73+48+18=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #493012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493012 is #B6CFED. Grayscale: #343434. Windows color (decimal): -11980782 or 1192009. OLE color: 1192009.

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

Color convert

RGB 73 48 18 -
CMYK 0 0.34 0.75 0.71
HSL 32.73º 0.6% 0.18% -
HSV(B) 32.73º 0.75% 0.29% -
XYZ 3.91 3.57 1.06 -
YUV 52.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 73 48 18 0 0.34 0.75 0.71 32.73 0.6 0.18
Hex 49 30 12 0 22 4B 47 21 3C 12
Octal 111 60 22 0 42 113 107 41 74 22
Binary 1001001 110000 10010 0 100010 1001011 1000111 100001 111100 10010

Color Harmonies of #493012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493012

Black with #493012

Text Example


Text Example

White with #493012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493012; }

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

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

background-color css

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

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

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

border-color css

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

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

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