Html Css Color HEX #413B05 Madras

📋 copy color: '#413B05'

red 65 ◦ green 59 ◦ blue 5

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

Shades of Madras #413B05

Tints of Madras #413B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.74%

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 50.39%
G = 45.74%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413B05 (or 0x413B05) is known color: Madras. HEX triplet: 41, 3B and 05. RGB value is (65,59,5). Sum of RGB (Red+Green+Blue) = 65+59+5=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B05 is #BEC4FA. Grayscale: #363636. Windows color (decimal): -12502267 or 342849. OLE color: 342849.

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

Color convert

RGB 65 59 5 -
CMYK 0 0.09 0.92 0.75
HSL 54º 0.86% 0.14% -
HSV(B) 54º 0.92% 0.25% -
XYZ 3.77 4.26 0.77 -
YUV 54.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 65 59 5 0 0.09 0.92 0.75 54 0.86 0.14
Hex 41 3B 5 0 9 5C 4B 36 56 E
Octal 101 73 5 0 11 134 113 66 126 16
Binary 1000001 111011 101 0 1001 1011100 1001011 110110 1010110 1110

Color Harmonies of #413B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B05

Black with #413B05

Text Example


Text Example

White with #413B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,5); }

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

background-color css

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

 a { background-color: rgb(65,59,5); }

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

border-color css

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

 span { border-color: rgb(65,59,5); }

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