#4C371E

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

Shades of Clinker #4C371E

Tints of Clinker #4C371E

Color information

#4C371E (or 0x4C371E) is unknown color: approx Clinker. HEX triplet: 4C, 37 and 1E. RGB value is (76,55,30). Sum of RGB (Red+Green+Blue) = 76+55+30=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C371E is #B3C8E1. Grayscale: #3A3A3A. Windows color (decimal): -11782370 or 1980236. OLE color: 1980236.

HSL color Cylindrical-coordinate representation of color #4C371E: hue angle of 32.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C371E is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB765530-
CMYK00.280.610.70
HSL32.61º43.4%20.78%-
HSV(B)32.61º60.53%29.8%-
XYZ4.584.361.83-
YUV58.43111.96140.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=47.20%
G=34.16%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76553000.280.610.7032.6143.420.78
Hex4C371E01C3D46212b15
Octal114673603475106415325
Binary100110011011111110011100111101100011010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,30); }

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

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

 a { background-color: rgb(76,55,30); }

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

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

 span { border-color: rgb(76,55,30); }

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