Html Css Color HEX #42401C Madras

📋 copy color: '#42401C'

red 66 ◦ green 64 ◦ blue 28

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

Shades of Madras #42401C

Tints of Madras #42401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 41.77%
G = 40.51%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42401C (or 0x42401C) is known color: Madras. HEX triplet: 42, 40 and 1C. RGB value is (66,64,28). Sum of RGB (Red+Green+Blue) = 66+64+28=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #42401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401C is #BDBFE3. Grayscale: #3C3C3C. Windows color (decimal): -12435428 or 1851458. OLE color: 1851458.

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

Color convert

RGB 66 64 28 -
CMYK 0 0.03 0.58 0.74
HSL 56.84º 0.4% 0.18% -
HSV(B) 56.84º 0.58% 0.26% -
XYZ 4.29 4.91 1.82 -
YUV 60.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 66 64 28 0 0.03 0.58 0.74 56.84 0.4 0.18
Hex 42 40 1C 0 3 3A 4A 39 28 12
Octal 102 100 34 0 3 72 112 71 50 22
Binary 1000010 1000000 11100 0 11 111010 1001010 111001 101000 10010

Color Harmonies of #42401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42401C

Black with #42401C

Text Example


Text Example

White with #42401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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