#524308

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

Shades of Madras #524308

Tints of Madras #524308

Color information

#524308 (or 0x524308) is unknown color: approx Madras. HEX triplet: 52, 43 and 08. RGB value is (82,67,8). Sum of RGB (Red+Green+Blue) = 82+67+8=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524308 is #ADBCF7. Grayscale: #414141. Windows color (decimal): -11386104 or 541522. OLE color: 541522.

HSL color Cylindrical-coordinate representation of color #524308: hue angle of 47.84º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524308 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82678-
CMYK00.180.900.68
HSL47.84º82.22%17.65%-
HSV(B)47.84º90.24%32.16%-
XYZ5.535.831.06-
YUV64.7695.97140.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=52.23%
G=42.68%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267800.180.900.6847.8482.2217.65
Hex524380125A44305212
Octal122103100221321046012222
Binary10100101000011100001001010110101000100110000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524308; }

 p { color: rgb(82,67,8); }

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

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

 a { background-color: rgb(82,67,8); }

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

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

 span { border-color: rgb(82,67,8); }

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