#4C3307

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

Shades of Clinker #4C3307

Tints of Clinker #4C3307

Color information

#4C3307 (or 0x4C3307) is unknown color: approx Clinker. HEX triplet: 4C, 33 and 07. RGB value is (76,51,7). Sum of RGB (Red+Green+Blue) = 76+51+7=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3307 is #B3CCF8. Grayscale: #353535. Windows color (decimal): -11783417 or 471884. OLE color: 471884.

HSL color Cylindrical-coordinate representation of color #4C3307: hue angle of 38.26º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C3307 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB76517-
CMYK00.330.910.70
HSL38.26º83.13%16.27%-
HSV(B)38.26º90.79%29.8%-
XYZ4.23.920.74-
YUV53.46101.78144.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 56.72%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=56.72%
G=38.06%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7651700.330.910.7038.2683.1316.27
Hex4C3370215B46265310
Octal1146370411331064612320
Binary1001100110011111010000110110111000110100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,7); }

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

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

 a { background-color: rgb(76,51,7); }

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

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

 span { border-color: rgb(76,51,7); }

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