#423914

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

Shades of Madras #423914

Tints of Madras #423914

Color information

#423914 (or 0x423914) is unknown color: approx Madras. HEX triplet: 42, 39 and 14. RGB value is (66,57,20). Sum of RGB (Red+Green+Blue) = 66+57+20=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423914 is #BDC6EB. Grayscale: #373737. Windows color (decimal): -12437228 or 1325378. OLE color: 1325378.

HSL color Cylindrical-coordinate representation of color #423914: hue angle of 48.26º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423914 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB665720-
CMYK00.140.700.74
HSL48.26º53.49%16.86%-
HSV(B)48.26º69.7%25.88%-
XYZ3.844.141.26-
YUV55.47107.98135.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=46.15%
G=39.86%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66572000.140.700.7448.2653.4916.86
Hex4239140E464A303511
Octal1027124016106112606521
Binary100001011100110100011101000110100101011000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423914; }

 p { color: rgb(66,57,20); }

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

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

 a { background-color: rgb(66,57,20); }

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

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

 span { border-color: rgb(66,57,20); }

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