#4A3611

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

Shades of Clinker #4A3611

Tints of Clinker #4A3611

Color information

#4A3611 (or 0x4A3611) is unknown color: approx Clinker. HEX triplet: 4A, 36 and 11. RGB value is (74,54,17). Sum of RGB (Red+Green+Blue) = 74+54+17=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3611 is #B5C9EE. Grayscale: #373737. Windows color (decimal): -11913711 or 1128010. OLE color: 1128010.

HSL color Cylindrical-coordinate representation of color #4A3611: hue angle of 38.95º 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 #4A3611 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB745417-
CMYK00.270.770.71
HSL38.95º62.64%17.84%-
HSV(B)38.95º77.03%29.02%-
XYZ4.244.131.1-
YUV55.76106.13141.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 51.03%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=51.03%
G=37.24%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74541700.270.770.7138.9562.6417.84
Hex4A361101B4D47273f12
Octal1126621033115107477722
Binary1001010110110100010110111001101100011110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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