#4C3419

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

Shades of Clinker #4C3419

Tints of Clinker #4C3419

Color information

#4C3419 (or 0x4C3419) is unknown color: approx Clinker. HEX triplet: 4C, 34 and 19. RGB value is (76,52,25). Sum of RGB (Red+Green+Blue) = 76+52+25=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3419 is #B3CBE6. Grayscale: #383838. Windows color (decimal): -11783143 or 1651788. OLE color: 1651788.

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

Color convert

RGB765225-
CMYK00.320.670.70
HSL31.76º50.5%19.8%-
HSV(B)31.76º67.11%29.8%-
XYZ4.384.061.47-
YUV56.1110.45142.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=49.67%
G=33.99%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76522500.320.670.7031.7650.519.8
Hex4C34190204346203214
Octal1146431040103106406224
Binary10011001101001100101000001000011100011010000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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