#493725

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

Shades of Clinker #493725

Tints of Clinker #493725

Color information

#493725 (or 0x493725) is unknown color: approx Clinker. HEX triplet: 49, 37 and 25. RGB value is (73,55,37). Sum of RGB (Red+Green+Blue) = 73+55+37=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493725 is #B6C8DA. Grayscale: #3A3A3A. Windows color (decimal): -11978971 or 2438985. OLE color: 2438985.

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

Color convert

RGB735537-
CMYK00.250.490.71
HSL30º32.73%21.57%-
HSV(B)30º49.32%28.63%-
XYZ4.454.282.34-
YUV58.33115.96138.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=44.24%
G=33.33%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73553700.250.490.713032.7321.57
Hex49372501931471e2116
Octal111674503161107364126
Binary100100111011110010101100111000110001111111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493725; }

 p { color: rgb(73,55,37); }

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

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

 a { background-color: rgb(73,55,37); }

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

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

 span { border-color: rgb(73,55,37); }

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