#483608

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

Shades of Madras #483608

Tints of Madras #483608

Color information

#483608 (or 0x483608) is unknown color: approx Madras. HEX triplet: 48, 36 and 08. RGB value is (72,54,8). Sum of RGB (Red+Green+Blue) = 72+54+8=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #483608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483608 is #B7C9F7. Grayscale: #363636. Windows color (decimal): -12044792 or 538184. OLE color: 538184.

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

Color convert

RGB72548-
CMYK00.250.890.72
HSL43.12º80%15.69%-
HSV(B)43.12º88.89%28.24%-
XYZ4.044.030.8-
YUV54.14101.96140.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=53.73%
G=40.30%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254800.250.890.7243.128015.69
Hex4836801959482b5010
Octal11066100311311105312020
Binary1001000110110100001100110110011001000101011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483608; }

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

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

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

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

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

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

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

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