#52430B

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

Shades of Madras #52430B

Tints of Madras #52430B

Color information

#52430B (or 0x52430B) is unknown color: approx Madras. HEX triplet: 52, 43 and 0B. RGB value is (82,67,11). Sum of RGB (Red+Green+Blue) = 82+67+11=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52430B is #ADBCF4. Grayscale: #414141. Windows color (decimal): -11386101 or 738130. OLE color: 738130.

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

Color convert

RGB826711-
CMYK00.180.870.68
HSL47.32º76.34%18.24%-
HSV(B)47.32º86.59%32.16%-
XYZ5.555.831.15-
YUV65.197.47140.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=51.25%
G=41.88%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82671100.180.870.6847.3276.3418.24
Hex5243B01257442f4c12
Octal122103130221271045711422
Binary10100101000011101101001010101111000100101111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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