#483D07

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

Shades of Madras #483D07

Tints of Madras #483D07

Color information

#483D07 (or 0x483D07) is unknown color: approx Madras. HEX triplet: 48, 3D and 07. RGB value is (72,61,7). Sum of RGB (Red+Green+Blue) = 72+61+7=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D07 is #B7C2F8. Grayscale: #3A3A3A. Windows color (decimal): -12043001 or 474440. OLE color: 474440.

HSL color Cylindrical-coordinate representation of color #483D07: hue angle of 49.85º 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 #483D07 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72617-
CMYK00.150.900.72
HSL49.85º82.28%15.49%-
HSV(B)49.85º90.28%28.24%-
XYZ4.384.730.88-
YUV58.1399.14137.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 7 (3.12% from 255) = 5%
R=51.43%
G=43.57%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261700.150.900.7249.8582.2815.49
Hex483D70F5A483252f
Octal1107570171321106212217
Binary1001000111101111011111011010100100011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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