#423A1F

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

Shades of Madras #423A1F

Tints of Madras #423A1F

Color information

#423A1F (or 0x423A1F) is unknown color: approx Madras. HEX triplet: 42, 3A and 1F. RGB value is (66,58,31). Sum of RGB (Red+Green+Blue) = 66+58+31=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1F is #BDC5E0. Grayscale: #393939. Windows color (decimal): -12436961 or 2046530. OLE color: 2046530.

HSL color Cylindrical-coordinate representation of color #423A1F: hue angle of 46.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423A1F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB665831-
CMYK00.120.530.74
HSL46.29º36.08%19.02%-
HSV(B)46.29º53.03%25.88%-
XYZ4.014.281.91-
YUV57.31113.15134.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 31 (12.5% from 255) = 20%
R=42.58%
G=37.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66583100.120.530.7446.2936.0819.02
Hex423A1F0C354A2e2413
Octal102723701465112564423
Binary10000101110101111101100110101100101010111010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,58,31); }

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

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

 a { background-color: rgb(66,58,31); }

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

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

 span { border-color: rgb(66,58,31); }

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