#4C391A

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

Shades of Clinker #4C391A

Tints of Clinker #4C391A

Color information

#4C391A (or 0x4C391A) is unknown color: approx Clinker. HEX triplet: 4C, 39 and 1A. RGB value is (76,57,26). Sum of RGB (Red+Green+Blue) = 76+57+26=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C391A is #B3C6E5. Grayscale: #3B3B3B. Windows color (decimal): -11781862 or 1718604. OLE color: 1718604.

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

Color convert

RGB765726-
CMYK00.250.660.70
HSL37.2º49.02%20%-
HSV(B)37.2º65.79%29.8%-
XYZ4.634.541.61-
YUV59.15109.29140.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=47.80%
G=35.85%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76572600.250.660.7037.249.0220
Hex4C391A0194246253114
Octal1147132031102106456124
Binary1001100111001110100110011000010100011010010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,26); }

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

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

 a { background-color: rgb(76,57,26); }

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

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

 span { border-color: rgb(76,57,26); }

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