#4C3514

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

Shades of Clinker #4C3514

Tints of Clinker #4C3514

Color information

#4C3514 (or 0x4C3514) is unknown color: approx Clinker. HEX triplet: 4C, 35 and 14. RGB value is (76,53,20). Sum of RGB (Red+Green+Blue) = 76+53+20=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3514 is #B3CAEB. Grayscale: #383838. Windows color (decimal): -11782892 or 1324364. OLE color: 1324364.

HSL color Cylindrical-coordinate representation of color #4C3514: hue angle of 35.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C3514 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB765320-
CMYK00.300.740.70
HSL35.36º58.33%18.82%-
HSV(B)35.36º73.68%29.8%-
XYZ4.384.131.23-
YUV56.11107.62142.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=51.01%
G=35.57%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76532000.300.740.7035.3658.3318.82
Hex4C351401E4A46233a13
Octal1146524036112106437223
Binary1001100110101101000111101001010100011010001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,20); }

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

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

 a { background-color: rgb(76,53,20); }

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

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

 span { border-color: rgb(76,53,20); }

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