#493823

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

Shades of Clinker #493823

Tints of Clinker #493823

Color information

#493823 (or 0x493823) is unknown color: approx Clinker. HEX triplet: 49, 38 and 23. RGB value is (73,56,35). Sum of RGB (Red+Green+Blue) = 73+56+35=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493823 is #B6C7DC. Grayscale: #3A3A3A. Windows color (decimal): -11978717 or 2308169. OLE color: 2308169.

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

Color convert

RGB735635-
CMYK00.230.520.71
HSL33.16º35.19%21.18%-
HSV(B)33.16º52.05%28.63%-
XYZ4.474.372.2-
YUV58.69114.63138.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=44.51%
G=34.15%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563500.230.520.7133.1635.1921.18
Hex4938230173447212315
Octal111704302764107414325
Binary1001001111000100011010111110100100011110000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493823; }

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

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

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

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

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

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

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

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