Html Css Color HEX #493104 Clinker

📋 copy color: '#493104'

red 73 ◦ green 49 ◦ blue 4

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

Shades of Clinker #493104

Tints of Clinker #493104

RGB

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

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

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

R = 57.94%
G = 38.89%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#493104 (or 0x493104) is known color: Clinker. HEX triplet: 49, 31 and 04. RGB value is (73,49,4). Sum of RGB (Red+Green+Blue) = 73+49+4=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493104 is #B6CEFB. Grayscale: #333333. Windows color (decimal): -11980540 or 274761. OLE color: 274761.

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

Color convert

RGB 73 49 4 -
CMYK 0 0.33 0.95 0.71
HSL 39.13º 0.9% 0.15% -
HSV(B) 39.13º 0.95% 0.29% -
XYZ 3.87 3.62 0.61 -
YUV 51.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 73 49 4 0 0.33 0.95 0.71 39.13 0.9 0.15
Hex 49 31 4 0 21 5F 47 27 5A F
Octal 111 61 4 0 41 137 107 47 132 17
Binary 1001001 110001 100 0 100001 1011111 1000111 100111 1011010 1111

Color Harmonies of #493104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493104

Black with #493104

Text Example


Text Example

White with #493104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493104; }

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

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

background-color css

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

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

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

border-color css

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

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

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