Html Css Color HEX #413A07 Madras

📋 copy color: '#413A07'

red 65 ◦ green 58 ◦ blue 7

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

Shades of Madras #413A07

Tints of Madras #413A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.62%

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

R = 50%
G = 44.62%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413A07 (or 0x413A07) is known color: Madras. HEX triplet: 41, 3A and 07. RGB value is (65,58,7). Sum of RGB (Red+Green+Blue) = 65+58+7=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A07 is #BEC5F8. Grayscale: #363636. Windows color (decimal): -12502521 or 473665. OLE color: 473665.

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

Color convert

RGB 65 58 7 -
CMYK 0 0.11 0.89 0.75
HSL 52.76º 0.81% 0.14% -
HSV(B) 52.76º 0.89% 0.25% -
XYZ 3.73 4.17 0.81 -
YUV 54.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 65 58 7 0 0.11 0.89 0.75 52.76 0.81 0.14
Hex 41 3A 7 0 B 59 4B 35 51 E
Octal 101 72 7 0 13 131 113 65 121 16
Binary 1000001 111010 111 0 1011 1011001 1001011 110101 1010001 1110

Color Harmonies of #413A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A07

Black with #413A07

Text Example


Text Example

White with #413A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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