Html Css Color HEX #424119 Madras

📋 copy color: '#424119'

red 66 ◦ green 65 ◦ blue 25

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

Shades of Madras #424119

Tints of Madras #424119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 42.31%
G = 41.67%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#424119 (or 0x424119) is known color: Madras. HEX triplet: 42, 41 and 19. RGB value is (66,65,25). Sum of RGB (Red+Green+Blue) = 66+65+25=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #424119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424119 is #BDBEE6. Grayscale: #3C3C3C. Windows color (decimal): -12435175 or 1655106. OLE color: 1655106.

HSL color Cylindrical-coordinate representation of color #424119: hue angle of 58.54º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424119 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 25 -
CMYK 0 0.02 0.62 0.74
HSL 58.54º 0.45% 0.18% -
HSV(B) 58.54º 0.62% 0.26% -
XYZ 4.31 5.01 1.66 -
YUV 60.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 66 65 25 0 0.02 0.62 0.74 58.54 0.45 0.18
Hex 42 41 19 0 2 3E 4A 3B 2D 12
Octal 102 101 31 0 2 76 112 73 55 22
Binary 1000010 1000001 11001 0 10 111110 1001010 111011 101101 10010

Color Harmonies of #424119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424119

Black with #424119

Text Example


Text Example

White with #424119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424119; }

 p { color: rgb(66,65,25); }

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

background-color css

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

 a { background-color: rgb(66,65,25); }

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

border-color css

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

 span { border-color: rgb(66,65,25); }

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