#4D380D

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

Shades of Madras #4D380D

Tints of Madras #4D380D

Color information

#4D380D (or 0x4D380D) is unknown color: approx Madras. HEX triplet: 4D, 38 and 0D. RGB value is (77,56,13). Sum of RGB (Red+Green+Blue) = 77+56+13=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D380D is #B2C7F2. Grayscale: #393939. Windows color (decimal): -11716595 or 866381. OLE color: 866381.

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

Color convert

RGB775613-
CMYK00.270.830.70
HSL40.31º71.11%17.65%-
HSV(B)40.31º83.12%30.2%-
XYZ4.554.441-
YUV57.38102.96142-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=52.74%
G=38.36%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77561300.270.830.7040.3171.1117.65
Hex4D38D01B5346284712
Octal11570150331231065010722
Binary1001101111000110101101110100111000110101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,13); }

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

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

 a { background-color: rgb(77,56,13); }

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

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

 span { border-color: rgb(77,56,13); }

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