#4C3517

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

Shades of Clinker #4C3517

Tints of Clinker #4C3517

Color information

#4C3517 (or 0x4C3517) is unknown color: approx Clinker. HEX triplet: 4C, 35 and 17. RGB value is (76,53,23). Sum of RGB (Red+Green+Blue) = 76+53+23=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3517 is #B3CAE8. Grayscale: #383838. Windows color (decimal): -11782889 or 1520972. OLE color: 1520972.

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

Color convert

RGB765323-
CMYK00.300.700.70
HSL33.96º53.54%19.41%-
HSV(B)33.96º69.74%29.8%-
XYZ4.414.141.38-
YUV56.46109.12141.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=50%
G=34.87%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76532300.300.700.7033.9653.5419.41
Hex4C351701E4646223613
Octal1146527036106106426623
Binary1001100110101101110111101000110100011010001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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