Html Css Color HEX #413A13 Madras

📋 copy color: '#413A13'

red 65 ◦ green 58 ◦ blue 19

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

Shades of Madras #413A13

Tints of Madras #413A13

RGB

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

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

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

R = 45.77%
G = 40.85%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413A13 (or 0x413A13) is known color: Madras. HEX triplet: 41, 3A and 13. RGB value is (65,58,19). Sum of RGB (Red+Green+Blue) = 65+58+19=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #413A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A13 is #BEC5EC. Grayscale: #373737. Windows color (decimal): -12502509 or 1260097. OLE color: 1260097.

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

Color convert

RGB 65 58 19 -
CMYK 0 0.11 0.71 0.75
HSL 50.87º 0.55% 0.16% -
HSV(B) 50.87º 0.71% 0.25% -
XYZ 3.81 4.2 1.23 -
YUV 55.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 65 58 19 0 0.11 0.71 0.75 50.87 0.55 0.16
Hex 41 3A 13 0 B 47 4B 33 37 10
Octal 101 72 23 0 13 107 113 63 67 20
Binary 1000001 111010 10011 0 1011 1000111 1001011 110011 110111 10000

Color Harmonies of #413A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A13

Black with #413A13

Text Example


Text Example

White with #413A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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