#4C350E

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

Shades of Clinker #4C350E

Tints of Clinker #4C350E

Color information

#4C350E (or 0x4C350E) is unknown color: approx Clinker. HEX triplet: 4C, 35 and 0E. RGB value is (76,53,14). Sum of RGB (Red+Green+Blue) = 76+53+14=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C350E is #B3CAF1. Grayscale: #373737. Windows color (decimal): -11782898 or 931148. OLE color: 931148.

HSL color Cylindrical-coordinate representation of color #4C350E: hue angle of 37.74º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C350E is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB765314-
CMYK00.300.820.70
HSL37.74º68.89%17.65%-
HSV(B)37.74º81.58%29.8%-
XYZ4.334.110.98-
YUV55.43104.62142.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.15%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=53.15%
G=37.06%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76531400.300.820.7037.7468.8917.65
Hex4C35E01E5246264512
Octal11465160361221064610522
Binary1001100110101111001111010100101000110100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,14); }

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

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

 a { background-color: rgb(76,53,14); }

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

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

 span { border-color: rgb(76,53,14); }

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