#483F01

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

Shades of Madras #483F01

Tints of Madras #483F01

Color information

#483F01 (or 0x483F01) is unknown color: approx Madras. HEX triplet: 48, 3F and 01. RGB value is (72,63,1). Sum of RGB (Red+Green+Blue) = 72+63+1=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F01 is #B7C0FE. Grayscale: #3A3A3A. Windows color (decimal): -12042495 or 81736. OLE color: 81736.

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

Color convert

RGB72631-
CMYK00.120.990.72
HSL52.39º97.26%14.31%-
HSV(B)52.39º98.61%28.24%-
XYZ4.464.930.75-
YUV58.6295.48137.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=52.94%
G=46.32%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263100.120.990.7252.3997.2614.31
Hex483F10C63483461e
Octal1107710141431106414116
Binary10010001111111011001100011100100011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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