#483801

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

Shades of Madras #483801

Tints of Madras #483801

Color information

#483801 (or 0x483801) is unknown color: approx Madras. HEX triplet: 48, 38 and 01. RGB value is (72,56,1). Sum of RGB (Red+Green+Blue) = 72+56+1=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483801 is #B7C7FE. Grayscale: #363636. Windows color (decimal): -12044287 or 79944. OLE color: 79944.

HSL color Cylindrical-coordinate representation of color #483801: hue angle of 46.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #483801 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72561-
CMYK00.220.990.72
HSL46.48º97.26%14.31%-
HSV(B)46.48º98.61%28.24%-
XYZ4.094.210.63-
YUV54.5197.8140.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=55.81%
G=43.41%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7256100.220.990.7246.4897.2614.31
Hex4838101663482e61e
Octal1107010261431105614116
Binary100100011100010101101100011100100010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483801; }

 p { color: rgb(72,56,1); }

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

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

 a { background-color: rgb(72,56,1); }

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

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

 span { border-color: rgb(72,56,1); }

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