Html Css Color HEX #424008 Madras

📋 copy color: '#424008'

red 66 ◦ green 64 ◦ blue 8

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

Shades of Madras #424008

Tints of Madras #424008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 47.83%
G = 46.38%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#424008 (or 0x424008) is known color: Madras. HEX triplet: 42, 40 and 08. RGB value is (66,64,8). Sum of RGB (Red+Green+Blue) = 66+64+8=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #424008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424008 is #BDBFF7. Grayscale: #3A3A3A. Windows color (decimal): -12435448 or 540738. OLE color: 540738.

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

Color convert

RGB 66 64 8 -
CMYK 0 0.03 0.88 0.74
HSL 57.93º 0.78% 0.15% -
HSV(B) 57.93º 0.88% 0.26% -
XYZ 4.12 4.84 0.95 -
YUV 58.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 66 64 8 0 0.03 0.88 0.74 57.93 0.78 0.15
Hex 42 40 8 0 3 58 4A 3A 4E F
Octal 102 100 10 0 3 130 112 72 116 17
Binary 1000010 1000000 1000 0 11 1011000 1001010 111010 1001110 1111

Color Harmonies of #424008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424008

Black with #424008

Text Example


Text Example

White with #424008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424008; }

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

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

background-color css

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

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

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

border-color css

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

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

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