#423B25

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

Shades of Madras #423B25

Tints of Madras #423B25

Color information

#423B25 (or 0x423B25) is unknown color: approx Madras. HEX triplet: 42, 3B and 25. RGB value is (66,59,37). Sum of RGB (Red+Green+Blue) = 66+59+37=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #423B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B25 is #BDC4DA. Grayscale: #3A3A3A. Windows color (decimal): -12436699 or 2440002. OLE color: 2440002.

HSL color Cylindrical-coordinate representation of color #423B25: hue angle of 45.52º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423B25 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB665937-
CMYK00.110.440.74
HSL45.52º28.16%20.2%-
HSV(B)45.52º43.94%25.88%-
XYZ4.144.422.38-
YUV58.58115.82133.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=40.74%
G=36.42%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66593700.110.440.7445.5228.1620.2
Hex423B250B2C4A2e1c14
Octal102734501354112563424
Binary10000101110111001010101110110010010101011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423B25; }

 p { color: rgb(66,59,37); }

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

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

 a { background-color: rgb(66,59,37); }

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

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

 span { border-color: rgb(66,59,37); }

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