Html Css Color HEX #413B27 Madras

📋 copy color: '#413B27'

red 65 ◦ green 59 ◦ blue 39

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

Shades of Madras #413B27

Tints of Madras #413B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 39.88%
G = 36.2%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413B27 (or 0x413B27) is known color: Madras. HEX triplet: 41, 3B and 27. RGB value is (65,59,39). Sum of RGB (Red+Green+Blue) = 65+59+39=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B27 is #BEC4D8. Grayscale: #3A3A3A. Windows color (decimal): -12502233 or 2571073. OLE color: 2571073.

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

Color convert

RGB 65 59 39 -
CMYK 0 0.09 0.40 0.75
HSL 46.15º 0.25% 0.2% -
HSV(B) 46.15º 0.4% 0.25% -
XYZ 4.11 4.4 2.55 -
YUV 58.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 65 59 39 0 0.09 0.40 0.75 46.15 0.25 0.2
Hex 41 3B 27 0 9 28 4B 2E 19 14
Octal 101 73 47 0 11 50 113 56 31 24
Binary 1000001 111011 100111 0 1001 101000 1001011 101110 11001 10100

Color Harmonies of #413B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B27

Black with #413B27

Text Example


Text Example

White with #413B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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