Html Css Color HEX #493103 Clinker

📋 copy color: '#493103'

red 73 ◦ green 49 ◦ blue 3

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

Shades of Clinker #493103

Tints of Clinker #493103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.4%

R = 58.4%
G = 39.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493103 (or 0x493103) is known color: Clinker. HEX triplet: 49, 31 and 03. RGB value is (73,49,3). Sum of RGB (Red+Green+Blue) = 73+49+3=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493103 is #B6CEFC. Grayscale: #333333. Windows color (decimal): -11980541 or 209225. OLE color: 209225.

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

Color convert

RGB 73 49 3 -
CMYK 0 0.33 0.96 0.71
HSL 39.43º 0.92% 0.15% -
HSV(B) 39.43º 0.96% 0.29% -
XYZ 3.86 3.62 0.58 -
YUV 50.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 73 49 3 0 0.33 0.96 0.71 39.43 0.92 0.15
Hex 49 31 3 0 21 60 47 27 5C F
Octal 111 61 3 0 41 140 107 47 134 17
Binary 1001001 110001 11 0 100001 1100000 1000111 100111 1011100 1111

Color Harmonies of #493103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493103

Black with #493103

Text Example


Text Example

White with #493103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493103; }

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

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

background-color css

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

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

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

border-color css

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

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

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