#4C3819

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

Shades of Clinker #4C3819

Tints of Clinker #4C3819

Color information

#4C3819 (or 0x4C3819) is unknown color: approx Clinker. HEX triplet: 4C, 38 and 19. RGB value is (76,56,25). Sum of RGB (Red+Green+Blue) = 76+56+25=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3819 is #B3C7E6. Grayscale: #3A3A3A. Windows color (decimal): -11782119 or 1652812. OLE color: 1652812.

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

Color convert

RGB765625-
CMYK00.260.670.70
HSL36.47º50.5%19.8%-
HSV(B)36.47º67.11%29.8%-
XYZ4.574.441.53-
YUV58.45109.13140.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.41%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=48.41%
G=35.67%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76562500.260.670.7036.4750.519.8
Hex4C381901A4346243214
Octal1147031032103106446224
Binary1001100111000110010110101000011100011010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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