#483E22

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

Shades of Madras #483E22

Tints of Madras #483E22

Color information

#483E22 (or 0x483E22) is unknown color: approx Madras. HEX triplet: 48, 3E and 22. RGB value is (72,62,34). Sum of RGB (Red+Green+Blue) = 72+62+34=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E22 is #B7C1DD. Grayscale: #3D3D3D. Windows color (decimal): -12042718 or 2244168. OLE color: 2244168.

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

Color convert

RGB726234-
CMYK00.140.530.72
HSL44.21º35.85%20.78%-
HSV(B)44.21º52.78%28.24%-
XYZ4.684.942.22-
YUV61.8112.31135.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=42.86%
G=36.90%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72623400.140.530.7244.2135.8520.78
Hex483E220E35482c2415
Octal110764201665110544425
Binary100100011111010001001110110101100100010110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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