Html Css Color HEX #424017 Madras

📋 copy color: '#424017'

red 66 ◦ green 64 ◦ blue 23

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

Shades of Madras #424017

Tints of Madras #424017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 43.14%
G = 41.83%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#424017 (or 0x424017) is known color: Madras. HEX triplet: 42, 40 and 17. RGB value is (66,64,23). Sum of RGB (Red+Green+Blue) = 66+64+23=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #424017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424017 is #BDBFE8. Grayscale: #3C3C3C. Windows color (decimal): -12435433 or 1523778. OLE color: 1523778.

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

Color convert

RGB 66 64 23 -
CMYK 0 0.03 0.65 0.74
HSL 57.21º 0.48% 0.17% -
HSV(B) 57.21º 0.65% 0.26% -
XYZ 4.23 4.89 1.53 -
YUV 59.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 66 64 23 0 0.03 0.65 0.74 57.21 0.48 0.17
Hex 42 40 17 0 3 41 4A 39 30 11
Octal 102 100 27 0 3 101 112 71 60 21
Binary 1000010 1000000 10111 0 11 1000001 1001010 111001 110000 10001

Color Harmonies of #424017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424017

Black with #424017

Text Example


Text Example

White with #424017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424017; }

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

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

background-color css

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

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

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

border-color css

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

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

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