Html Css Color HEX #424111 Madras

📋 copy color: '#424111'

red 66 ◦ green 65 ◦ blue 17

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

Shades of Madras #424111

Tints of Madras #424111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 44.59%
G = 43.92%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#424111 (or 0x424111) is known color: Madras. HEX triplet: 42, 41 and 11. RGB value is (66,65,17). Sum of RGB (Red+Green+Blue) = 66+65+17=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #424111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424111 is #BDBEEE. Grayscale: #3C3C3C. Windows color (decimal): -12435183 or 1130818. OLE color: 1130818.

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

Color convert

RGB 66 65 17 -
CMYK 0 0.02 0.74 0.74
HSL 58.78º 0.59% 0.16% -
HSV(B) 58.78º 0.74% 0.26% -
XYZ 4.24 4.98 1.27 -
YUV 59.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 66 65 17 0 0.02 0.74 0.74 58.78 0.59 0.16
Hex 42 41 11 0 2 4A 4A 3B 3B 10
Octal 102 101 21 0 2 112 112 73 73 20
Binary 1000010 1000001 10001 0 10 1001010 1001010 111011 111011 10000

Color Harmonies of #424111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424111

Black with #424111

Text Example


Text Example

White with #424111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424111; }

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

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

background-color css

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

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

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

border-color css

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

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

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