Html Css Color HEX #493003 Clinker

📋 copy color: '#493003'

red 73 ◦ green 48 ◦ blue 3

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

Shades of Clinker #493003

Tints of Clinker #493003

RGB

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

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

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

R = 58.87%
G = 38.71%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493003 (or 0x493003) is known color: Clinker. HEX triplet: 49, 30 and 03. RGB value is (73,48,3). Sum of RGB (Red+Green+Blue) = 73+48+3=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #493003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493003 is #B6CFFC. Grayscale: #323232. Windows color (decimal): -11980797 or 208969. OLE color: 208969.

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

Color convert

RGB 73 48 3 -
CMYK 0 0.34 0.96 0.71
HSL 38.57º 0.92% 0.15% -
HSV(B) 38.57º 0.96% 0.29% -
XYZ 3.82 3.54 0.57 -
YUV 50.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 73 48 3 0 0.34 0.96 0.71 38.57 0.92 0.15
Hex 49 30 3 0 22 60 47 27 5C F
Octal 111 60 3 0 42 140 107 47 134 17
Binary 1001001 110000 11 0 100010 1100000 1000111 100111 1011100 1111

Color Harmonies of #493003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493003

Black with #493003

Text Example


Text Example

White with #493003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493003; }

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

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

background-color css

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

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

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

border-color css

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

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

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