Html Css Color HEX #413D13 Madras

📋 copy color: '#413D13'

red 65 ◦ green 61 ◦ blue 19

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

Shades of Madras #413D13

Tints of Madras #413D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 44.83%
G = 42.07%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413D13 (or 0x413D13) is known color: Madras. HEX triplet: 41, 3D and 13. RGB value is (65,61,19). Sum of RGB (Red+Green+Blue) = 65+61+19=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D13 is #BEC2EC. Grayscale: #393939. Windows color (decimal): -12501741 or 1260865. OLE color: 1260865.

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

Color convert

RGB 65 61 19 -
CMYK 0 0.06 0.71 0.75
HSL 54.78º 0.55% 0.16% -
HSV(B) 54.78º 0.71% 0.25% -
XYZ 3.97 4.51 1.28 -
YUV 57.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 65 61 19 0 0.06 0.71 0.75 54.78 0.55 0.16
Hex 41 3D 13 0 6 47 4B 37 37 10
Octal 101 75 23 0 6 107 113 67 67 20
Binary 1000001 111101 10011 0 110 1000111 1001011 110111 110111 10000

Color Harmonies of #413D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D13

Black with #413D13

Text Example


Text Example

White with #413D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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