Html Css Color HEX #413A1D Madras

📋 copy color: '#413A1D'

red 65 ◦ green 58 ◦ blue 29

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

Shades of Madras #413A1D

Tints of Madras #413A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.16%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 42.76%
G = 38.16%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#413A1D (or 0x413A1D) is known color: Madras. HEX triplet: 41, 3A and 1D. RGB value is (65,58,29). Sum of RGB (Red+Green+Blue) = 65+58+29=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A1D is #BEC5E2. Grayscale: #383838. Windows color (decimal): -12502499 or 1915457. OLE color: 1915457.

HSL color Cylindrical-coordinate representation of color #413A1D: hue angle of 48.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413A1D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 29 -
CMYK 0 0.11 0.55 0.75
HSL 48.33º 0.38% 0.18% -
HSV(B) 48.33º 0.55% 0.25% -
XYZ 3.91 4.24 1.77 -
YUV 56.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 65 58 29 0 0.11 0.55 0.75 48.33 0.38 0.18
Hex 41 3A 1D 0 B 37 4B 30 26 12
Octal 101 72 35 0 13 67 113 60 46 22
Binary 1000001 111010 11101 0 1011 110111 1001011 110000 100110 10010

Color Harmonies of #413A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A1D

Black with #413A1D

Text Example


Text Example

White with #413A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,29); }

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

background-color css

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

 a { background-color: rgb(65,58,29); }

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

border-color css

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

 span { border-color: rgb(65,58,29); }

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