#4C341A

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

Shades of Clinker #4C341A

Tints of Clinker #4C341A

Color information

#4C341A (or 0x4C341A) is unknown color: approx Clinker. HEX triplet: 4C, 34 and 1A. RGB value is (76,52,26). Sum of RGB (Red+Green+Blue) = 76+52+26=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C341A is #B3CBE5. Grayscale: #383838. Windows color (decimal): -11783142 or 1717324. OLE color: 1717324.

HSL color Cylindrical-coordinate representation of color #4C341A: hue angle of 31.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 #4C341A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB765226-
CMYK00.320.660.70
HSL31.2º49.02%20%-
HSV(B)31.2º65.79%29.8%-
XYZ4.394.071.53-
YUV56.21110.95142.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=49.35%
G=33.77%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76522600.320.660.7031.249.0220
Hex4C341A02042461f3114
Octal1146432040102106376124
Binary1001100110100110100100000100001010001101111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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