Html Css Color HEX #413D06 Madras

📋 copy color: '#413D06'

red 65 ◦ green 61 ◦ blue 6

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

Shades of Madras #413D06

Tints of Madras #413D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 49.24%
G = 46.21%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413D06 (or 0x413D06) is known color: Madras. HEX triplet: 41, 3D and 06. RGB value is (65,61,6). Sum of RGB (Red+Green+Blue) = 65+61+6=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D06 is #BEC2F9. Grayscale: #383838. Windows color (decimal): -12501754 or 408897. OLE color: 408897.

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

Color convert

RGB 65 61 6 -
CMYK 0 0.06 0.91 0.75
HSL 55.93º 0.83% 0.14% -
HSV(B) 55.93º 0.91% 0.25% -
XYZ 3.88 4.47 0.83 -
YUV 55.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 65 61 6 0 0.06 0.91 0.75 55.93 0.83 0.14
Hex 41 3D 6 0 6 5B 4B 38 53 E
Octal 101 75 6 0 6 133 113 70 123 16
Binary 1000001 111101 110 0 110 1011011 1001011 111000 1010011 1110

Color Harmonies of #413D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D06

Black with #413D06

Text Example


Text Example

White with #413D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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