Html Css Color HEX #413D1F Madras

📋 copy color: '#413D1F'

red 65 ◦ green 61 ◦ blue 31

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

Shades of Madras #413D1F

Tints of Madras #413D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.85%

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

R = 41.4%
G = 38.85%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#413D1F (or 0x413D1F) is known color: Madras. HEX triplet: 41, 3D and 1F. RGB value is (65,61,31). Sum of RGB (Red+Green+Blue) = 65+61+31=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1F is #BEC2E0. Grayscale: #3A3A3A. Windows color (decimal): -12501729 or 2047297. OLE color: 2047297.

HSL color Cylindrical-coordinate representation of color #413D1F: hue angle of 52.94º 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 #413D1F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 31 -
CMYK 0 0.06 0.52 0.75
HSL 52.94º 0.35% 0.19% -
HSV(B) 52.94º 0.52% 0.25% -
XYZ 4.1 4.56 1.96 -
YUV 58.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 65 61 31 0 0.06 0.52 0.75 52.94 0.35 0.19
Hex 41 3D 1F 0 6 34 4B 35 23 13
Octal 101 75 37 0 6 64 113 65 43 23
Binary 1000001 111101 11111 0 110 110100 1001011 110101 100011 10011

Color Harmonies of #413D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D1F

Black with #413D1F

Text Example


Text Example

White with #413D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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