Html Css Color HEX #493002 Clinker

📋 copy color: '#493002'

red 73 ◦ green 48 ◦ blue 2

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

Shades of Clinker #493002

Tints of Clinker #493002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 59.35%
G = 39.02%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493002 (or 0x493002) is known color: Clinker. HEX triplet: 49, 30 and 02. RGB value is (73,48,2). Sum of RGB (Red+Green+Blue) = 73+48+2=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #493002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493002 is #B6CFFD. Grayscale: #323232. Windows color (decimal): -11980798 or 143433. OLE color: 143433.

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

Color convert

RGB 73 48 2 -
CMYK 0 0.34 0.97 0.71
HSL 38.87º 0.95% 0.15% -
HSV(B) 38.87º 0.97% 0.29% -
XYZ 3.82 3.53 0.54 -
YUV 50.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 73 48 2 0 0.34 0.97 0.71 38.87 0.95 0.15
Hex 49 30 2 0 22 61 47 27 5F F
Octal 111 60 2 0 42 141 107 47 137 17
Binary 1001001 110000 10 0 100010 1100001 1000111 100111 1011111 1111

Color Harmonies of #493002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493002

Black with #493002

Text Example


Text Example

White with #493002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493002; }

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

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

background-color css

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

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

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

border-color css

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

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

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