Html Css Color HEX #413705 Madras

📋 copy color: '#413705'

red 65 ◦ green 55 ◦ blue 5

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

Shades of Madras #413705

Tints of Madras #413705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 52%
G = 44%
B = 4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413705 (or 0x413705) is known color: Madras. HEX triplet: 41, 37 and 05. RGB value is (65,55,5). Sum of RGB (Red+Green+Blue) = 65+55+5=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413705 is #BEC8FA. Grayscale: #343434. Windows color (decimal): -12503291 or 341825. OLE color: 341825.

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

Color convert

RGB 65 55 5 -
CMYK 0 0.15 0.92 0.75
HSL 50º 0.86% 0.14% -
HSV(B) 50º 0.92% 0.25% -
XYZ 3.57 3.87 0.7 -
YUV 52.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 65 55 5 0 0.15 0.92 0.75 50 0.86 0.14
Hex 41 37 5 0 F 5C 4B 32 56 E
Octal 101 67 5 0 17 134 113 62 126 16
Binary 1000001 110111 101 0 1111 1011100 1001011 110010 1010110 1110

Color Harmonies of #413705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413705

Black with #413705

Text Example


Text Example

White with #413705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413705; }

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

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

background-color css

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

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

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

border-color css

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

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

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