Html Css Color HEX #42401D Madras

📋 copy color: '#42401D'

red 66 ◦ green 64 ◦ blue 29

#42401D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #42401D

Tints of Madras #42401D

RGB

 RED value IS 66 (26.17% from 255) = 41.51%

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 41.51%
G = 40.25%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42401D (or 0x42401D) is known color: Madras. HEX triplet: 42, 40 and 1D. RGB value is (66,64,29). Sum of RGB (Red+Green+Blue) = 66+64+29=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #42401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401D is #BDBFE2. Grayscale: #3C3C3C. Windows color (decimal): -12435427 or 1916994. OLE color: 1916994.

HSL color Cylindrical-coordinate representation of color #42401D: hue angle of 56.76º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42401D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 29 -
CMYK 0 0.03 0.56 0.74
HSL 56.76º 0.39% 0.19% -
HSV(B) 56.76º 0.56% 0.26% -
XYZ 4.3 4.91 1.88 -
YUV 60.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 66 64 29 0 0.03 0.56 0.74 56.76 0.39 0.19
Hex 42 40 1D 0 3 38 4A 39 27 13
Octal 102 100 35 0 3 70 112 71 47 23
Binary 1000010 1000000 11101 0 11 111000 1001010 111001 100111 10011

Color Harmonies of #42401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42401D

Black with #42401D

Text Example


Text Example

White with #42401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42401D; }

 p { color: rgb(66,64,29); }

 H1.HeaderClassName
 {
   color: #42401D;
 }
 .AnyTagClassName
 {
   color: #42401D;
 }
</style>

background-color css

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

 a { background-color: rgb(66,64,29); }

 div.DivClassName
 {
   background-color: #42401D;
 }
 .BgClassName
 {
   background-color: #42401D;
 }
</style>

border-color css

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

 span { border-color: rgb(66,64,29); }

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