Html Css Color HEX #493004 Clinker

📋 copy color: '#493004'

red 73 ◦ green 48 ◦ blue 4

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

Shades of Clinker #493004

Tints of Clinker #493004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 58.4%
G = 38.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#493004 (or 0x493004) is known color: Clinker. HEX triplet: 49, 30 and 04. RGB value is (73,48,4). Sum of RGB (Red+Green+Blue) = 73+48+4=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493004 is #B6CFFB. Grayscale: #323232. Windows color (decimal): -11980796 or 274505. OLE color: 274505.

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

Color convert

RGB 73 48 4 -
CMYK 0 0.34 0.95 0.71
HSL 38.26º 0.9% 0.15% -
HSV(B) 38.26º 0.95% 0.29% -
XYZ 3.83 3.54 0.6 -
YUV 50.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 73 48 4 0 0.34 0.95 0.71 38.26 0.9 0.15
Hex 49 30 4 0 22 5F 47 26 5A F
Octal 111 60 4 0 42 137 107 46 132 17
Binary 1001001 110000 100 0 100010 1011111 1000111 100110 1011010 1111

Color Harmonies of #493004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493004

Black with #493004

Text Example


Text Example

White with #493004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493004; }

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

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

background-color css

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

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

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

border-color css

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

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

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