#484101

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

Shades of Madras #484101

Tints of Madras #484101

Color information

#484101 (or 0x484101) is unknown color: approx Madras. HEX triplet: 48, 41 and 01. RGB value is (72,65,1). Sum of RGB (Red+Green+Blue) = 72+65+1=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #484101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484101 is #B7BEFE. Grayscale: #3C3C3C. Windows color (decimal): -12041983 or 82248. OLE color: 82248.

HSL color Cylindrical-coordinate representation of color #484101: hue angle of 54.08º 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 #484101 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72651-
CMYK00.100.990.72
HSL54.08º97.26%14.31%-
HSV(B)54.08º98.61%28.24%-
XYZ4.575.160.78-
YUV59.894.82136.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=52.17%
G=47.10%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265100.100.990.7254.0897.2614.31
Hex484110A63483661e
Octal11010110121431106614116
Binary100100010000011010101100011100100011011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484101; }

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

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

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

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

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

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

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

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