#493005

Color #493005 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #493005

Tints of Clinker #493005

Color information

#493005 (or 0x493005) is unknown color: approx Clinker. HEX triplet: 49, 30 and 05. RGB value is (73,48,5). Sum of RGB (Red+Green+Blue) = 73+48+5=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493005 is #B6CFFA. Grayscale: #323232. Windows color (decimal): -11980795 or 340041. OLE color: 340041.

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

Color convert

RGB73485-
CMYK00.340.930.71
HSL37.94º87.18%15.29%-
HSV(B)37.94º93.15%28.63%-
XYZ3.833.540.63-
YUV50.57102.28144-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=57.94%
G=38.10%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348500.340.930.7137.9487.1815.29
Hex493050225D472657f
Octal1116050421351074612717
Binary100100111000010101000101011101100011110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493005; }

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

 H1.HeaderClassName
 {
   color: #493005;
 }
 .AnyTagClassName
 {
   color: #493005;
 }
</style>
background-color css

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

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

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

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

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

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