Html Css Color HEX #413805 Madras

📋 copy color: '#413805'

red 65 ◦ green 56 ◦ blue 5

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

Shades of Madras #413805

Tints of Madras #413805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

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

R = 51.59%
G = 44.44%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413805 (or 0x413805) is known color: Madras. HEX triplet: 41, 38 and 05. RGB value is (65,56,5). Sum of RGB (Red+Green+Blue) = 65+56+5=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413805 is #BEC7FA. Grayscale: #353535. Windows color (decimal): -12503035 or 342081. OLE color: 342081.

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

Color convert

RGB 65 56 5 -
CMYK 0 0.14 0.92 0.75
HSL 51º 0.86% 0.14% -
HSV(B) 51º 0.92% 0.25% -
XYZ 3.62 3.96 0.72 -
YUV 52.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 65 56 5 0 0.14 0.92 0.75 51 0.86 0.14
Hex 41 38 5 0 E 5C 4B 33 56 E
Octal 101 70 5 0 16 134 113 63 126 16
Binary 1000001 111000 101 0 1110 1011100 1001011 110011 1010110 1110

Color Harmonies of #413805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413805

Black with #413805

Text Example


Text Example

White with #413805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413805; }

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

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

background-color css

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

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

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

border-color css

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

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

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