Html Css Color HEX #413F07 Madras

📋 copy color: '#413F07'

red 65 ◦ green 63 ◦ blue 7

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

Shades of Madras #413F07

Tints of Madras #413F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.19%

R = 48.15%
G = 46.67%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413F07 (or 0x413F07) is known color: Madras. HEX triplet: 41, 3F and 07. RGB value is (65,63,7). Sum of RGB (Red+Green+Blue) = 65+63+7=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F07 is #BEC0F8. Grayscale: #393939. Windows color (decimal): -12501241 or 474945. OLE color: 474945.

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

Color convert

RGB 65 63 7 -
CMYK 0 0.03 0.89 0.75
HSL 57.93º 0.81% 0.14% -
HSV(B) 57.93º 0.89% 0.25% -
XYZ 4 4.69 0.9 -
YUV 57.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 65 63 7 0 0.03 0.89 0.75 57.93 0.81 0.14
Hex 41 3F 7 0 3 59 4B 3A 51 E
Octal 101 77 7 0 3 131 113 72 121 16
Binary 1000001 111111 111 0 11 1011001 1001011 111010 1010001 1110

Color Harmonies of #413F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F07

Black with #413F07

Text Example


Text Example

White with #413F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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