Html Css Color HEX #413D1B Madras

📋 copy color: '#413D1B'

red 65 ◦ green 61 ◦ blue 27

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

Shades of Madras #413D1B

Tints of Madras #413D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 42.48%
G = 39.87%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#413D1B (or 0x413D1B) is known color: Madras. HEX triplet: 41, 3D and 1B. RGB value is (65,61,27). Sum of RGB (Red+Green+Blue) = 65+61+27=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1B is #BEC2E4. Grayscale: #3A3A3A. Windows color (decimal): -12501733 or 1785153. OLE color: 1785153.

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

Color convert

RGB 65 61 27 -
CMYK 0 0.06 0.58 0.75
HSL 53.68º 0.41% 0.18% -
HSV(B) 53.68º 0.58% 0.25% -
XYZ 4.05 4.54 1.7 -
YUV 58.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 65 61 27 0 0.06 0.58 0.75 53.68 0.41 0.18
Hex 41 3D 1B 0 6 3A 4B 36 29 12
Octal 101 75 33 0 6 72 113 66 51 22
Binary 1000001 111101 11011 0 110 111010 1001011 110110 101001 10010

Color Harmonies of #413D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D1B

Black with #413D1B

Text Example


Text Example

White with #413D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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