#4C340C

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

Shades of Clinker #4C340C

Tints of Clinker #4C340C

Color information

#4C340C (or 0x4C340C) is unknown color: approx Clinker. HEX triplet: 4C, 34 and 0C. RGB value is (76,52,12). Sum of RGB (Red+Green+Blue) = 76+52+12=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C340C is #B3CBF3. Grayscale: #363636. Windows color (decimal): -11783156 or 799820. OLE color: 799820.

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

Color convert

RGB765212-
CMYK00.320.840.70
HSL37.5º72.73%17.25%-
HSV(B)37.5º84.21%29.8%-
XYZ4.274.020.9-
YUV54.62103.95143.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=54.29%
G=37.14%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76521200.320.840.7037.572.7317.25
Hex4C34C0205446264911
Octal11464140401241064611121
Binary10011001101001100010000010101001000110100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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