Html Css Color HEX #413B1F Madras

📋 copy color: '#413B1F'

red 65 ◦ green 59 ◦ blue 31

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

Shades of Madras #413B1F

Tints of Madras #413B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 41.94%
G = 38.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#413B1F (or 0x413B1F) is known color: Madras. HEX triplet: 41, 3B and 1F. RGB value is (65,59,31). Sum of RGB (Red+Green+Blue) = 65+59+31=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1F is #BEC4E0. Grayscale: #393939. Windows color (decimal): -12502241 or 2046785. OLE color: 2046785.

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

Color convert

RGB 65 59 31 -
CMYK 0 0.09 0.52 0.75
HSL 49.41º 0.35% 0.19% -
HSV(B) 49.41º 0.52% 0.25% -
XYZ 3.99 4.35 1.93 -
YUV 57.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 65 59 31 0 0.09 0.52 0.75 49.41 0.35 0.19
Hex 41 3B 1F 0 9 34 4B 31 23 13
Octal 101 73 37 0 11 64 113 61 43 23
Binary 1000001 111011 11111 0 1001 110100 1001011 110001 100011 10011

Color Harmonies of #413B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B1F

Black with #413B1F

Text Example


Text Example

White with #413B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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