#4A3511

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

Shades of Clinker #4A3511

Tints of Clinker #4A3511

Color information

#4A3511 (or 0x4A3511) is unknown color: approx Clinker. HEX triplet: 4A, 35 and 11. RGB value is (74,53,17). Sum of RGB (Red+Green+Blue) = 74+53+17=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3511 is #B5CAEE. Grayscale: #373737. Windows color (decimal): -11913967 or 1127754. OLE color: 1127754.

HSL color Cylindrical-coordinate representation of color #4A3511: hue angle of 37.89º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A3511 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB745317-
CMYK00.280.770.71
HSL37.89º62.64%17.84%-
HSV(B)37.89º77.03%29.02%-
XYZ4.24.041.09-
YUV55.18106.46141.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.39%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=51.39%
G=36.81%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74531700.280.770.7137.8962.6417.84
Hex4A351101C4D47263f12
Octal1126521034115107467722
Binary1001010110101100010111001001101100011110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3511; }

 p { color: rgb(74,53,17); }

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

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

 a { background-color: rgb(74,53,17); }

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

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

 span { border-color: rgb(74,53,17); }

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