Html Css Color HEX #413D04 Madras

📋 copy color: '#413D04'

red 65 ◦ green 61 ◦ blue 4

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

Shades of Madras #413D04

Tints of Madras #413D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 50%
G = 46.92%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413D04 (or 0x413D04) is known color: Madras. HEX triplet: 41, 3D and 04. RGB value is (65,61,4). Sum of RGB (Red+Green+Blue) = 65+61+4=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D04 is #BEC2FB. Grayscale: #373737. Windows color (decimal): -12501756 or 277825. OLE color: 277825.

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

Color convert

RGB 65 61 4 -
CMYK 0 0.06 0.94 0.75
HSL 56.07º 0.88% 0.14% -
HSV(B) 56.07º 0.94% 0.25% -
XYZ 3.87 4.47 0.77 -
YUV 55.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 65 61 4 0 0.06 0.94 0.75 56.07 0.88 0.14
Hex 41 3D 4 0 6 5E 4B 38 58 E
Octal 101 75 4 0 6 136 113 70 130 16
Binary 1000001 111101 100 0 110 1011110 1001011 111000 1011000 1110

Color Harmonies of #413D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D04

Black with #413D04

Text Example


Text Example

White with #413D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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