#483E07

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

Shades of Madras #483E07

Tints of Madras #483E07

Color information

#483E07 (or 0x483E07) is unknown color: approx Madras. HEX triplet: 48, 3E and 07. RGB value is (72,62,7). Sum of RGB (Red+Green+Blue) = 72+62+7=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E07 is #B7C1F8. Grayscale: #3A3A3A. Windows color (decimal): -12042745 or 474696. OLE color: 474696.

HSL color Cylindrical-coordinate representation of color #483E07: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483E07 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72627-
CMYK00.140.900.72
HSL50.77º82.28%15.49%-
HSV(B)50.77º90.28%28.24%-
XYZ4.434.840.9-
YUV58.7298.81137.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 62 (24.61% from 255) = 43.97%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=51.06%
G=43.97%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262700.140.900.7250.7782.2815.49
Hex483E70E5A483352f
Octal1107670161321106312217
Binary1001000111110111011101011010100100011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E07; }

 p { color: rgb(72,62,7); }

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

<style>
 a { background-color: #483E07; }

 a { background-color: rgb(72,62,7); }

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

<style>
 span { border-color: #483E07; }

 span { border-color: rgb(72,62,7); }

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