Html Css Color HEX #424009 Madras

📋 copy color: '#424009'

red 66 ◦ green 64 ◦ blue 9

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

Shades of Madras #424009

Tints of Madras #424009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 47.48%
G = 46.04%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#424009 (or 0x424009) is known color: Madras. HEX triplet: 42, 40 and 09. RGB value is (66,64,9). Sum of RGB (Red+Green+Blue) = 66+64+9=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #424009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424009 is #BDBFF6. Grayscale: #3A3A3A. Windows color (decimal): -12435447 or 606274. OLE color: 606274.

HSL color Cylindrical-coordinate representation of color #424009: hue angle of 57.89º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #424009 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 9 -
CMYK 0 0.03 0.86 0.74
HSL 57.89º 0.76% 0.15% -
HSV(B) 57.89º 0.86% 0.26% -
XYZ 4.13 4.84 0.98 -
YUV 58.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 66 64 9 0 0.03 0.86 0.74 57.89 0.76 0.15
Hex 42 40 9 0 3 56 4A 3A 4C F
Octal 102 100 11 0 3 126 112 72 114 17
Binary 1000010 1000000 1001 0 11 1010110 1001010 111010 1001100 1111

Color Harmonies of #424009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424009

Black with #424009

Text Example


Text Example

White with #424009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424009; }

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

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

background-color css

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

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

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

border-color css

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

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

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