#483814

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

Shades of Madras #483814

Tints of Madras #483814

Color information

#483814 (or 0x483814) is unknown color: approx Madras. HEX triplet: 48, 38 and 14. RGB value is (72,56,20). Sum of RGB (Red+Green+Blue) = 72+56+20=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483814 is #B7C7EB. Grayscale: #383838. Windows color (decimal): -12044268 or 1325128. OLE color: 1325128.

HSL color Cylindrical-coordinate representation of color #483814: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483814 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB725620-
CMYK00.220.720.72
HSL41.54º56.52%18.04%-
HSV(B)41.54º72.22%28.24%-
XYZ4.214.261.26-
YUV56.68107.3138.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=48.65%
G=37.84%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72562000.220.720.7241.5456.5218.04
Hex48381401648482a3912
Octal1107024026110110527122
Binary1001000111000101000101101001000100100010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483814; }

 p { color: rgb(72,56,20); }

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

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

 a { background-color: rgb(72,56,20); }

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

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

 span { border-color: rgb(72,56,20); }

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