#483E1A

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

Shades of Madras #483E1A

Tints of Madras #483E1A

Color information

#483E1A (or 0x483E1A) is unknown color: approx Madras. HEX triplet: 48, 3E and 1A. RGB value is (72,62,26). Sum of RGB (Red+Green+Blue) = 72+62+26=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E1A is #B7C1E5. Grayscale: #3D3D3D. Windows color (decimal): -12042726 or 1719880. OLE color: 1719880.

HSL color Cylindrical-coordinate representation of color #483E1A: hue angle of 46.96º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483E1A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB726226-
CMYK00.140.640.72
HSL46.96º46.94%19.22%-
HSV(B)46.96º63.89%28.24%-
XYZ4.584.91.68-
YUV60.89108.31135.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=45%
G=38.75%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72622600.140.640.7246.9646.9419.22
Hex483E1A0E40482f2f13
Octal1107632016100110575723
Binary100100011111011010011101000000100100010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,26); }

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

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

 a { background-color: rgb(72,62,26); }

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

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

 span { border-color: rgb(72,62,26); }

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