Html Css Color HEX #413D07 Madras

📋 copy color: '#413D07'

red 65 ◦ green 61 ◦ blue 7

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

Shades of Madras #413D07

Tints of Madras #413D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.86%

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

R = 48.87%
G = 45.86%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413D07 (or 0x413D07) is known color: Madras. HEX triplet: 41, 3D and 07. RGB value is (65,61,7). Sum of RGB (Red+Green+Blue) = 65+61+7=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D07 is #BEC2F8. Grayscale: #383838. Windows color (decimal): -12501753 or 474433. OLE color: 474433.

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

Color convert

RGB 65 61 7 -
CMYK 0 0.06 0.89 0.75
HSL 55.86º 0.81% 0.14% -
HSV(B) 55.86º 0.89% 0.25% -
XYZ 3.89 4.48 0.86 -
YUV 56.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 65 61 7 0 0.06 0.89 0.75 55.86 0.81 0.14
Hex 41 3D 7 0 6 59 4B 38 51 E
Octal 101 75 7 0 6 131 113 70 121 16
Binary 1000001 111101 111 0 110 1011001 1001011 111000 1010001 1110

Color Harmonies of #413D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D07

Black with #413D07

Text Example


Text Example

White with #413D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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