#493A1F

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

Shades of Clinker #493A1F

Tints of Clinker #493A1F

Color information

#493A1F (or 0x493A1F) is unknown color: approx Clinker. HEX triplet: 49, 3A and 1F. RGB value is (73,58,31). Sum of RGB (Red+Green+Blue) = 73+58+31=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A1F is #B6C5E0. Grayscale: #3B3B3B. Windows color (decimal): -11978209 or 2046537. OLE color: 2046537.

HSL color Cylindrical-coordinate representation of color #493A1F: hue angle of 38.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493A1F is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB735831-
CMYK00.210.580.71
HSL38.57º40.38%20.39%-
HSV(B)38.57º57.53%28.63%-
XYZ4.514.541.94-
YUV59.41111.97137.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=45.06%
G=35.80%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73583100.210.580.7138.5740.3820.39
Hex493A1F0153A47272814
Octal111723702572107475024
Binary100100111101011111010101111010100011110011110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A1F; }

 p { color: rgb(73,58,31); }

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

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

 a { background-color: rgb(73,58,31); }

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

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

 span { border-color: rgb(73,58,31); }

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