#483609

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

Shades of Madras #483609

Tints of Madras #483609

Color information

#483609 (or 0x483609) is unknown color: approx Madras. HEX triplet: 48, 36 and 09. RGB value is (72,54,9). Sum of RGB (Red+Green+Blue) = 72+54+9=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483609 is #B7C9F6. Grayscale: #363636. Windows color (decimal): -12044791 or 603720. OLE color: 603720.

HSL color Cylindrical-coordinate representation of color #483609: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483609 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB72549-
CMYK00.250.880.72
HSL42.86º77.78%15.88%-
HSV(B)42.86º87.5%28.24%-
XYZ4.044.040.82-
YUV54.25102.46140.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=53.33%
G=40%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254900.250.880.7242.8677.7815.88
Hex4836901958482b4e10
Octal11066110311301105311620
Binary1001000110110100101100110110001001000101011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483609; }

 p { color: rgb(72,54,9); }

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

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

 a { background-color: rgb(72,54,9); }

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

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

 span { border-color: rgb(72,54,9); }

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