Html Css Color HEX #413605 Madras

📋 copy color: '#413605'

red 65 ◦ green 54 ◦ blue 5

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

Shades of Madras #413605

Tints of Madras #413605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

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

R = 52.42%
G = 43.55%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413605 (or 0x413605) is known color: Madras. HEX triplet: 41, 36 and 05. RGB value is (65,54,5). Sum of RGB (Red+Green+Blue) = 65+54+5=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413605 is #BEC9FA. Grayscale: #333333. Windows color (decimal): -12503547 or 341569. OLE color: 341569.

HSL color Cylindrical-coordinate representation of color #413605: hue angle of 49º 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 #413605 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 54 5 -
CMYK 0 0.17 0.92 0.75
HSL 49º 0.86% 0.14% -
HSV(B) 49º 0.92% 0.25% -
XYZ 3.53 3.77 0.69 -
YUV 51.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 65 54 5 0 0.17 0.92 0.75 49 0.86 0.14
Hex 41 36 5 0 11 5C 4B 31 56 E
Octal 101 66 5 0 21 134 113 61 126 16
Binary 1000001 110110 101 0 10001 1011100 1001011 110001 1010110 1110

Color Harmonies of #413605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413605

Black with #413605

Text Example


Text Example

White with #413605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413605; }

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

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

background-color css

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

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

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

border-color css

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

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

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