#4D340C

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

Shades of Clinker #4D340C

Tints of Clinker #4D340C

Color information

#4D340C (or 0x4D340C) is unknown color: approx Clinker. HEX triplet: 4D, 34 and 0C. RGB value is (77,52,12). Sum of RGB (Red+Green+Blue) = 77+52+12=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D340C is #B2CBF3. Grayscale: #373737. Windows color (decimal): -11717620 or 799821. OLE color: 799821.

HSL color Cylindrical-coordinate representation of color #4D340C: hue angle of 36.92º 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 #4D340C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB775212-
CMYK00.320.840.70
HSL36.92º73.03%17.45%-
HSV(B)36.92º84.42%30.2%-
XYZ4.354.060.9-
YUV54.92103.78143.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.61%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=54.61%
G=36.88%
B=8.51%

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
Decimal77521200.320.840.7036.9273.0317.45
Hex4D34C0205446254911
Octal11564140401241064511121
Binary10011011101001100010000010101001000110100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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