Html Css Color HEX #413910 Madras

📋 copy color: '#413910'

red 65 ◦ green 57 ◦ blue 16

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

Shades of Madras #413910

Tints of Madras #413910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.3%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 47.1%
G = 41.3%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#413910 (or 0x413910) is known color: Madras. HEX triplet: 41, 39 and 10. RGB value is (65,57,16). Sum of RGB (Red+Green+Blue) = 65+57+16=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413910 is #BEC6EF. Grayscale: #363636. Windows color (decimal): -12502768 or 1063233. OLE color: 1063233.

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

Color convert

RGB 65 57 16 -
CMYK 0 0.12 0.75 0.75
HSL 50.2º 0.6% 0.16% -
HSV(B) 50.2º 0.75% 0.25% -
XYZ 3.74 4.09 1.08 -
YUV 54.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 65 57 16 0 0.12 0.75 0.75 50.2 0.6 0.16
Hex 41 39 10 0 C 4B 4B 32 3C 10
Octal 101 71 20 0 14 113 113 62 74 20
Binary 1000001 111001 10000 0 1100 1001011 1001011 110010 111100 10000

Color Harmonies of #413910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413910

Black with #413910

Text Example


Text Example

White with #413910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413910; }

 p { color: rgb(65,57,16); }

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

background-color css

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

 a { background-color: rgb(65,57,16); }

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

border-color css

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

 span { border-color: rgb(65,57,16); }

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