#4A320C

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

Shades of Clinker #4A320C

Tints of Clinker #4A320C

Color information

#4A320C (or 0x4A320C) is unknown color: approx Clinker. HEX triplet: 4A, 32 and 0C. RGB value is (74,50,12). Sum of RGB (Red+Green+Blue) = 74+50+12=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A320C is #B5CDF3. Grayscale: #353535. Windows color (decimal): -11914740 or 799306. OLE color: 799306.

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

Color convert

RGB745012-
CMYK00.320.840.71
HSL36.77º72.09%16.86%-
HSV(B)36.77º83.78%29.02%-
XYZ4.033.760.86-
YUV52.84104.95143.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.41%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=54.41%
G=36.76%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74501200.320.840.7136.7772.0916.86
Hex4A32C0205447254811
Octal11262140401241074511021
Binary10010101100101100010000010101001000111100101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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