Html Css Color HEX #414015 Madras

📋 copy color: '#414015'

red 65 ◦ green 64 ◦ blue 21

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

Shades of Madras #414015

Tints of Madras #414015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 43.33%
G = 42.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#414015 (or 0x414015) is known color: Madras. HEX triplet: 41, 40 and 15. RGB value is (65,64,21). Sum of RGB (Red+Green+Blue) = 65+64+21=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #414015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414015 is #BEBFEA. Grayscale: #3B3B3B. Windows color (decimal): -12500971 or 1392705. OLE color: 1392705.

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

Color convert

RGB 65 64 21 -
CMYK 0 0.02 0.68 0.75
HSL 58.64º 0.51% 0.17% -
HSV(B) 58.64º 0.68% 0.25% -
XYZ 4.15 4.84 1.43 -
YUV 59.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 65 64 21 0 0.02 0.68 0.75 58.64 0.51 0.17
Hex 41 40 15 0 2 44 4B 3B 33 11
Octal 101 100 25 0 2 104 113 73 63 21
Binary 1000001 1000000 10101 0 10 1000100 1001011 111011 110011 10001

Color Harmonies of #414015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414015

Black with #414015

Text Example


Text Example

White with #414015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414015; }

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

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

background-color css

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

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

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

border-color css

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

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

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