#493822

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

Shades of Clinker #493822

Tints of Clinker #493822

Color information

#493822 (or 0x493822) is unknown color: approx Clinker. HEX triplet: 49, 38 and 22. RGB value is (73,56,34). Sum of RGB (Red+Green+Blue) = 73+56+34=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #493822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493822 is #B6C7DD. Grayscale: #3A3A3A. Windows color (decimal): -11978718 or 2242633. OLE color: 2242633.

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

Color convert

RGB735634-
CMYK00.230.530.71
HSL33.85º36.45%20.98%-
HSV(B)33.85º53.42%28.63%-
XYZ4.454.362.12-
YUV58.58114.13138.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=44.79%
G=34.36%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73563400.230.530.7133.8536.4520.98
Hex4938220173547222415
Octal111704202765107424425
Binary1001001111000100010010111110101100011110001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493822; }

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

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

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

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

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

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

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

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