#493826

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

Shades of Clinker #493826

Tints of Clinker #493826

Color information

#493826 (or 0x493826) is unknown color: approx Clinker. HEX triplet: 49, 38 and 26. RGB value is (73,56,38). Sum of RGB (Red+Green+Blue) = 73+56+38=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493826 is #B6C7D9. Grayscale: #3B3B3B. Windows color (decimal): -11978714 or 2504777. OLE color: 2504777.

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

Color convert

RGB735638-
CMYK00.230.480.71
HSL30.86º31.53%21.76%-
HSV(B)30.86º47.95%28.63%-
XYZ4.514.382.44-
YUV59.03116.13137.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=43.71%
G=33.53%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563800.230.480.7130.8631.5321.76
Hex49382601730471f2016
Octal111704602760107374026
Binary100100111100010011001011111000010001111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493826; }

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

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

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

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

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

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

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

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