#4C381C

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

Shades of Clinker #4C381C

Tints of Clinker #4C381C

Color information

#4C381C (or 0x4C381C) is unknown color: approx Clinker. HEX triplet: 4C, 38 and 1C. RGB value is (76,56,28). Sum of RGB (Red+Green+Blue) = 76+56+28=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C381C is #B3C7E3. Grayscale: #3A3A3A. Windows color (decimal): -11782116 or 1849420. OLE color: 1849420.

HSL color Cylindrical-coordinate representation of color #4C381C: hue angle of 35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C381C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB765628-
CMYK00.260.630.70
HSL35º46.15%20.39%-
HSV(B)35º63.16%29.8%-
XYZ4.64.451.71-
YUV58.79110.63140.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.5%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=47.5%
G=35%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76562800.260.630.703546.1520.39
Hex4C381C01A3F46232e14
Octal114703403277106435624
Binary100110011100011100011010111111100011010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,56,28); }

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

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

 a { background-color: rgb(76,56,28); }

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

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

 span { border-color: rgb(76,56,28); }

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