Html Css Color HEX #414013 Madras

📋 copy color: '#414013'

red 65 ◦ green 64 ◦ blue 19

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

Shades of Madras #414013

Tints of Madras #414013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 43.92%
G = 43.24%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#414013 (or 0x414013) is known color: Madras. HEX triplet: 41, 40 and 13. RGB value is (65,64,19). Sum of RGB (Red+Green+Blue) = 65+64+19=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #414013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414013 is #BEBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12500973 or 1261633. OLE color: 1261633.

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

Color convert

RGB 65 64 19 -
CMYK 0 0.02 0.71 0.75
HSL 58.7º 0.55% 0.16% -
HSV(B) 58.7º 0.71% 0.25% -
XYZ 4.13 4.84 1.33 -
YUV 59.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 65 64 19 0 0.02 0.71 0.75 58.7 0.55 0.16
Hex 41 40 13 0 2 47 4B 3B 37 10
Octal 101 100 23 0 2 107 113 73 67 20
Binary 1000001 1000000 10011 0 10 1000111 1001011 111011 110111 10000

Color Harmonies of #414013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414013

Black with #414013

Text Example


Text Example

White with #414013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414013; }

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

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

background-color css

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

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

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

border-color css

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

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

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