#493B28

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

Shades of Clinker #493B28

Tints of Clinker #493B28

Color information

#493B28 (or 0x493B28) is unknown color: approx Clinker. HEX triplet: 49, 3B and 28. RGB value is (73,59,40). Sum of RGB (Red+Green+Blue) = 73+59+40=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B28 is #B6C4D7. Grayscale: #3D3D3D. Windows color (decimal): -11977944 or 2636617. OLE color: 2636617.

HSL color Cylindrical-coordinate representation of color #493B28: hue angle of 34.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493B28 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB735940-
CMYK00.190.450.71
HSL34.55º29.2%22.16%-
HSV(B)34.55º45.21%28.63%-
XYZ4.694.72.67-
YUV61.02116.14136.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=42.44%
G=34.30%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73594000.190.450.7134.5529.222.16
Hex493B280132D47231d16
Octal111735002355107433526
Binary100100111101110100001001110110110001111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493B28; }

 p { color: rgb(73,59,40); }

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

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

 a { background-color: rgb(73,59,40); }

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

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

 span { border-color: rgb(73,59,40); }

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