#52430F

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

Shades of Madras #52430F

Tints of Madras #52430F

Color information

#52430F (or 0x52430F) is unknown color: approx Madras. HEX triplet: 52, 43 and 0F. RGB value is (82,67,15). Sum of RGB (Red+Green+Blue) = 82+67+15=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52430F is #ADBCF0. Grayscale: #414141. Windows color (decimal): -11386097 or 1000274. OLE color: 1000274.

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

Color convert

RGB826715-
CMYK00.180.820.68
HSL46.57º69.07%19.02%-
HSV(B)46.57º81.71%32.16%-
XYZ5.575.841.29-
YUV65.5699.47139.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=50%
G=40.85%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82671500.180.820.6846.5769.0719.02
Hex5243F01252442f4513
Octal122103170221221045710523
Binary10100101000011111101001010100101000100101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52430F; }

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

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

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

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

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

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

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

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