Html Css Color HEX #413C1F Madras

📋 copy color: '#413C1F'

red 65 ◦ green 60 ◦ blue 31

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

Shades of Madras #413C1F

Tints of Madras #413C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.46%

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

R = 41.67%
G = 38.46%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#413C1F (or 0x413C1F) is known color: Madras. HEX triplet: 41, 3C and 1F. RGB value is (65,60,31). Sum of RGB (Red+Green+Blue) = 65+60+31=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C1F is #BEC3E0. Grayscale: #3A3A3A. Windows color (decimal): -12501985 or 2047041. OLE color: 2047041.

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

Color convert

RGB 65 60 31 -
CMYK 0 0.08 0.52 0.75
HSL 51.18º 0.35% 0.19% -
HSV(B) 51.18º 0.52% 0.25% -
XYZ 4.04 4.45 1.94 -
YUV 58.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 65 60 31 0 0.08 0.52 0.75 51.18 0.35 0.19
Hex 41 3C 1F 0 8 34 4B 33 23 13
Octal 101 74 37 0 10 64 113 63 43 23
Binary 1000001 111100 11111 0 1000 110100 1001011 110011 100011 10011

Color Harmonies of #413C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C1F

Black with #413C1F

Text Example


Text Example

White with #413C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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