Html Css Color HEX #413D1A Madras

📋 copy color: '#413D1A'

red 65 ◦ green 61 ◦ blue 26

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

Shades of Madras #413D1A

Tints of Madras #413D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 42.76%
G = 40.13%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#413D1A (or 0x413D1A) is known color: Madras. HEX triplet: 41, 3D and 1A. RGB value is (65,61,26). Sum of RGB (Red+Green+Blue) = 65+61+26=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1A is #BEC2E5. Grayscale: #3A3A3A. Windows color (decimal): -12501734 or 1719617. OLE color: 1719617.

HSL color Cylindrical-coordinate representation of color #413D1A: hue angle of 53.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413D1A is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 26 -
CMYK 0 0.06 0.60 0.75
HSL 53.85º 0.43% 0.18% -
HSV(B) 53.85º 0.6% 0.25% -
XYZ 4.04 4.54 1.64 -
YUV 58.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 65 61 26 0 0.06 0.60 0.75 53.85 0.43 0.18
Hex 41 3D 1A 0 6 3C 4B 36 2B 12
Octal 101 75 32 0 6 74 113 66 53 22
Binary 1000001 111101 11010 0 110 111100 1001011 110110 101011 10010

Color Harmonies of #413D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D1A

Black with #413D1A

Text Example


Text Example

White with #413D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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