Html Css Color HEX #413F10 Madras

📋 copy color: '#413F10'

red 65 ◦ green 63 ◦ blue 16

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

Shades of Madras #413F10

Tints of Madras #413F10

RGB

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

 GREEN value IS 63 (25% from 255) = 43.75%

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

R = 45.14%
G = 43.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#413F10 (or 0x413F10) is known color: Madras. HEX triplet: 41, 3F and 10. RGB value is (65,63,16). Sum of RGB (Red+Green+Blue) = 65+63+16=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F10 is #BEC0EF. Grayscale: #3A3A3A. Windows color (decimal): -12501232 or 1064769. OLE color: 1064769.

HSL color Cylindrical-coordinate representation of color #413F10: hue angle of 57.55º 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 #413F10 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 63 16 -
CMYK 0 0.03 0.75 0.75
HSL 57.55º 0.6% 0.16% -
HSV(B) 57.55º 0.75% 0.25% -
XYZ 4.05 4.72 1.19 -
YUV 58.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 65 63 16 0 0.03 0.75 0.75 57.55 0.6 0.16
Hex 41 3F 10 0 3 4B 4B 3A 3C 10
Octal 101 77 20 0 3 113 113 72 74 20
Binary 1000001 111111 10000 0 11 1001011 1001011 111010 111100 10000

Color Harmonies of #413F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F10

Black with #413F10

Text Example


Text Example

White with #413F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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