Html Css Color HEX #414011 Madras

📋 copy color: '#414011'

red 65 ◦ green 64 ◦ blue 17

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

Shades of Madras #414011

Tints of Madras #414011

RGB

 RED value IS 65 (25.78% from 255) = 44.52%

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

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

R = 44.52%
G = 43.84%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#414011 (or 0x414011) is known color: Madras. HEX triplet: 41, 40 and 11. RGB value is (65,64,17). Sum of RGB (Red+Green+Blue) = 65+64+17=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #414011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414011 is #BEBFEE. Grayscale: #3B3B3B. Windows color (decimal): -12500975 or 1130561. OLE color: 1130561.

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

Color convert

RGB 65 64 17 -
CMYK 0 0.02 0.74 0.75
HSL 58.75º 0.59% 0.16% -
HSV(B) 58.75º 0.74% 0.25% -
XYZ 4.11 4.83 1.25 -
YUV 58.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 65 64 17 0 0.02 0.74 0.75 58.75 0.59 0.16
Hex 41 40 11 0 2 4A 4B 3B 3B 10
Octal 101 100 21 0 2 112 113 73 73 20
Binary 1000001 1000000 10001 0 10 1001010 1001011 111011 111011 10000

Color Harmonies of #414011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414011

Black with #414011

Text Example


Text Example

White with #414011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414011; }

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

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

background-color css

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

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

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

border-color css

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

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

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