Html Css Color HEX #413B25 Madras

📋 copy color: '#413B25'

red 65 ◦ green 59 ◦ blue 37

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

Shades of Madras #413B25

Tints of Madras #413B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 40.37%
G = 36.65%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#413B25 (or 0x413B25) is known color: Madras. HEX triplet: 41, 3B and 25. RGB value is (65,59,37). Sum of RGB (Red+Green+Blue) = 65+59+37=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B25 is #BEC4DA. Grayscale: #3A3A3A. Windows color (decimal): -12502235 or 2440001. OLE color: 2440001.

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

Color convert

RGB 65 59 37 -
CMYK 0 0.09 0.43 0.75
HSL 47.14º 0.27% 0.2% -
HSV(B) 47.14º 0.43% 0.25% -
XYZ 4.08 4.39 2.38 -
YUV 58.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 65 59 37 0 0.09 0.43 0.75 47.14 0.27 0.2
Hex 41 3B 25 0 9 2B 4B 2F 1B 14
Octal 101 73 45 0 11 53 113 57 33 24
Binary 1000001 111011 100101 0 1001 101011 1001011 101111 11011 10100

Color Harmonies of #413B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B25

Black with #413B25

Text Example


Text Example

White with #413B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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