#4C381E

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

Shades of Clinker #4C381E

Tints of Clinker #4C381E

Color information

#4C381E (or 0x4C381E) is unknown color: approx Clinker. HEX triplet: 4C, 38 and 1E. RGB value is (76,56,30). Sum of RGB (Red+Green+Blue) = 76+56+30=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C381E is #B3C7E1. Grayscale: #3B3B3B. Windows color (decimal): -11782114 or 1980492. OLE color: 1980492.

HSL color Cylindrical-coordinate representation of color #4C381E: hue angle of 33.91º 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 #4C381E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB765630-
CMYK00.260.610.70
HSL33.91º43.4%20.78%-
HSV(B)33.91º60.53%29.8%-
XYZ4.634.461.84-
YUV59.02111.63140.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=46.91%
G=34.57%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76563000.260.610.7033.9143.420.78
Hex4C381E01A3D46222b15
Octal114703603275106425325
Binary100110011100011110011010111101100011010001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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