#4A320D

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

Shades of Clinker #4A320D

Tints of Clinker #4A320D

Color information

#4A320D (or 0x4A320D) is unknown color: approx Clinker. HEX triplet: 4A, 32 and 0D. RGB value is (74,50,13). Sum of RGB (Red+Green+Blue) = 74+50+13=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A320D is #B5CDF2. Grayscale: #353535. Windows color (decimal): -11914739 or 864842. OLE color: 864842.

HSL color Cylindrical-coordinate representation of color #4A320D: hue angle of 36.39º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A320D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB745013-
CMYK00.320.820.71
HSL36.39º70.11%17.06%-
HSV(B)36.39º82.43%29.02%-
XYZ4.043.770.89-
YUV52.96105.45143.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.01%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=54.01%
G=36.50%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74501300.320.820.7136.3970.1117.06
Hex4A32D0205247244611
Octal11262150401221074410621
Binary10010101100101101010000010100101000111100100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,50,13); }

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

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

 a { background-color: rgb(74,50,13); }

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

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

 span { border-color: rgb(74,50,13); }

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