#483C22

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

Shades of Madras #483C22

Tints of Madras #483C22

Color information

#483C22 (or 0x483C22) is unknown color: approx Madras. HEX triplet: 48, 3C and 22. RGB value is (72,60,34). Sum of RGB (Red+Green+Blue) = 72+60+34=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C22 is #B7C3DD. Grayscale: #3C3C3C. Windows color (decimal): -12043230 or 2243656. OLE color: 2243656.

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

Color convert

RGB726034-
CMYK00.170.530.72
HSL41.05º35.85%20.78%-
HSV(B)41.05º52.78%28.24%-
XYZ4.584.722.18-
YUV60.62112.98136.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=43.37%
G=36.14%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72603400.170.530.7241.0535.8520.78
Hex483C220113548292415
Octal110744202165110514425
Binary1001000111100100010010001110101100100010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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