#4C360A

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

Shades of Madras #4C360A

Tints of Madras #4C360A

Color information

#4C360A (or 0x4C360A) is unknown color: approx Madras. HEX triplet: 4C, 36 and 0A. RGB value is (76,54,10). Sum of RGB (Red+Green+Blue) = 76+54+10=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C360A is #B3C9F5. Grayscale: #373737. Windows color (decimal): -11782646 or 669260. OLE color: 669260.

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

Color convert

RGB765410-
CMYK00.290.870.70
HSL40º76.74%16.86%-
HSV(B)40º86.84%29.8%-
XYZ4.354.20.87-
YUV55.56102.29142.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=54.29%
G=38.57%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76541000.290.870.704076.7416.86
Hex4C36A01D5746284d11
Octal11466120351271065011521
Binary1001100110110101001110110101111000110101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,10); }

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

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

 a { background-color: rgb(76,54,10); }

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

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

 span { border-color: rgb(76,54,10); }

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