Html Css Color HEX #424018 Madras

📋 copy color: '#424018'

red 66 ◦ green 64 ◦ blue 24

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

Shades of Madras #424018

Tints of Madras #424018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 42.86%
G = 41.56%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#424018 (or 0x424018) is known color: Madras. HEX triplet: 42, 40 and 18. RGB value is (66,64,24). Sum of RGB (Red+Green+Blue) = 66+64+24=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #424018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424018 is #BDBFE7. Grayscale: #3C3C3C. Windows color (decimal): -12435432 or 1589314. OLE color: 1589314.

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

Color convert

RGB 66 64 24 -
CMYK 0 0.03 0.64 0.74
HSL 57.14º 0.47% 0.18% -
HSV(B) 57.14º 0.64% 0.26% -
XYZ 4.25 4.89 1.58 -
YUV 60.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 66 64 24 0 0.03 0.64 0.74 57.14 0.47 0.18
Hex 42 40 18 0 3 40 4A 39 2F 12
Octal 102 100 30 0 3 100 112 71 57 22
Binary 1000010 1000000 11000 0 11 1000000 1001010 111001 101111 10010

Color Harmonies of #424018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424018

Black with #424018

Text Example


Text Example

White with #424018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424018; }

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

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

background-color css

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

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

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

border-color css

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

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

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