Html Css Color HEX #42401A Madras

📋 copy color: '#42401A'

red 66 ◦ green 64 ◦ blue 26

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

Shades of Madras #42401A

Tints of Madras #42401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 42.31%
G = 41.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42401A (or 0x42401A) is known color: Madras. HEX triplet: 42, 40 and 1A. RGB value is (66,64,26). Sum of RGB (Red+Green+Blue) = 66+64+26=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #42401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401A is #BDBFE5. Grayscale: #3C3C3C. Windows color (decimal): -12435430 or 1720386. OLE color: 1720386.

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

Color convert

RGB 66 64 26 -
CMYK 0 0.03 0.61 0.74
HSL 57º 0.43% 0.18% -
HSV(B) 57º 0.61% 0.26% -
XYZ 4.27 4.9 1.7 -
YUV 60.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 66 64 26 0 0.03 0.61 0.74 57 0.43 0.18
Hex 42 40 1A 0 3 3D 4A 39 2B 12
Octal 102 100 32 0 3 75 112 71 53 22
Binary 1000010 1000000 11010 0 11 111101 1001010 111001 101011 10010

Color Harmonies of #42401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42401A

Black with #42401A

Text Example


Text Example

White with #42401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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