Html Css Color HEX #414012 Madras

📋 copy color: '#414012'

red 65 ◦ green 64 ◦ blue 18

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

Shades of Madras #414012

Tints of Madras #414012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 44.22%
G = 43.54%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#414012 (or 0x414012) is known color: Madras. HEX triplet: 41, 40 and 12. RGB value is (65,64,18). Sum of RGB (Red+Green+Blue) = 65+64+18=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #414012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414012 is #BEBFED. Grayscale: #3B3B3B. Windows color (decimal): -12500974 or 1196097. OLE color: 1196097.

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

Color convert

RGB 65 64 18 -
CMYK 0 0.02 0.72 0.75
HSL 58.72º 0.57% 0.16% -
HSV(B) 58.72º 0.72% 0.25% -
XYZ 4.12 4.83 1.29 -
YUV 59.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 65 64 18 0 0.02 0.72 0.75 58.72 0.57 0.16
Hex 41 40 12 0 2 48 4B 3B 39 10
Octal 101 100 22 0 2 110 113 73 71 20
Binary 1000001 1000000 10010 0 10 1001000 1001011 111011 111001 10000

Color Harmonies of #414012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414012

Black with #414012

Text Example


Text Example

White with #414012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414012; }

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

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

background-color css

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

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

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

border-color css

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

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

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