#483B1A

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

Shades of Madras #483B1A

Tints of Madras #483B1A

Color information

#483B1A (or 0x483B1A) is unknown color: approx Madras. HEX triplet: 48, 3B and 1A. RGB value is (72,59,26). Sum of RGB (Red+Green+Blue) = 72+59+26=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B1A is #B7C4E5. Grayscale: #3B3B3B. Windows color (decimal): -12043494 or 1719112. OLE color: 1719112.

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

Color convert

RGB725926-
CMYK00.180.640.72
HSL43.04º46.94%19.22%-
HSV(B)43.04º63.89%28.24%-
XYZ4.424.581.63-
YUV59.12109.31137.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=45.86%
G=37.58%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72592600.180.640.7243.0446.9419.22
Hex483B1A01240482b2f13
Octal1107332022100110535723
Binary1001000111011110100100101000000100100010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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