#493824

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

Shades of Clinker #493824

Tints of Clinker #493824

Color information

#493824 (or 0x493824) is unknown color: approx Clinker. HEX triplet: 49, 38 and 24. RGB value is (73,56,36). Sum of RGB (Red+Green+Blue) = 73+56+36=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493824 is #B6C7DB. Grayscale: #3A3A3A. Windows color (decimal): -11978716 or 2373705. OLE color: 2373705.

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

Color convert

RGB735636-
CMYK00.230.510.71
HSL32.43º33.94%21.37%-
HSV(B)32.43º50.68%28.63%-
XYZ4.484.372.28-
YUV58.8115.13138.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=44.24%
G=33.94%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563600.230.510.7132.4333.9421.37
Hex4938240173347202215
Octal111704402763107404225
Binary1001001111000100100010111110011100011110000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493824; }

 p { color: rgb(73,56,36); }

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

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

 a { background-color: rgb(73,56,36); }

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

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

 span { border-color: rgb(73,56,36); }

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