Html Css Color HEX #413A06 Madras

📋 copy color: '#413A06'

red 65 ◦ green 58 ◦ blue 6

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

Shades of Madras #413A06

Tints of Madras #413A06

RGB

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

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

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

R = 50.39%
G = 44.96%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413A06 (or 0x413A06) is known color: Madras. HEX triplet: 41, 3A and 06. RGB value is (65,58,6). Sum of RGB (Red+Green+Blue) = 65+58+6=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A06 is #BEC5F9. Grayscale: #363636. Windows color (decimal): -12502522 or 408129. OLE color: 408129.

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

Color convert

RGB 65 58 6 -
CMYK 0 0.11 0.91 0.75
HSL 52.88º 0.83% 0.14% -
HSV(B) 52.88º 0.91% 0.25% -
XYZ 3.73 4.16 0.78 -
YUV 54.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 65 58 6 0 0.11 0.91 0.75 52.88 0.83 0.14
Hex 41 3A 6 0 B 5B 4B 35 53 E
Octal 101 72 6 0 13 133 113 65 123 16
Binary 1000001 111010 110 0 1011 1011011 1001011 110101 1010011 1110

Color Harmonies of #413A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A06

Black with #413A06

Text Example


Text Example

White with #413A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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