#483B01

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

Shades of Madras #483B01

Tints of Madras #483B01

Color information

#483B01 (or 0x483B01) is unknown color: approx Madras. HEX triplet: 48, 3B and 01. RGB value is (72,59,1). Sum of RGB (Red+Green+Blue) = 72+59+1=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B01 is #B7C4FE. Grayscale: #383838. Windows color (decimal): -12043519 or 80712. OLE color: 80712.

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

Color convert

RGB72591-
CMYK00.180.990.72
HSL49.01º97.26%14.31%-
HSV(B)49.01º98.61%28.24%-
XYZ4.244.510.68-
YUV56.2796.81139.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=54.55%
G=44.70%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7259100.180.990.7249.0197.2614.31
Hex483B101263483161e
Octal1107310221431106114116
Binary100100011101110100101100011100100011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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