Html Css Color HEX #413F09 Madras

📋 copy color: '#413F09'

red 65 ◦ green 63 ◦ blue 9

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

Shades of Madras #413F09

Tints of Madras #413F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 47.45%
G = 45.99%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#413F09 (or 0x413F09) is known color: Madras. HEX triplet: 41, 3F and 09. RGB value is (65,63,9). Sum of RGB (Red+Green+Blue) = 65+63+9=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F09 is #BEC0F6. Grayscale: #393939. Windows color (decimal): -12501239 or 606017. OLE color: 606017.

HSL color Cylindrical-coordinate representation of color #413F09: hue angle of 57.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #413F09 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 63 9 -
CMYK 0 0.03 0.86 0.75
HSL 57.86º 0.76% 0.15% -
HSV(B) 57.86º 0.86% 0.25% -
XYZ 4.01 4.7 0.95 -
YUV 57.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 65 63 9 0 0.03 0.86 0.75 57.86 0.76 0.15
Hex 41 3F 9 0 3 56 4B 3A 4C F
Octal 101 77 11 0 3 126 113 72 114 17
Binary 1000001 111111 1001 0 11 1010110 1001011 111010 1001100 1111

Color Harmonies of #413F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F09

Black with #413F09

Text Example


Text Example

White with #413F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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