Html Css Color HEX #413B13 Madras

📋 copy color: '#413B13'

red 65 ◦ green 59 ◦ blue 19

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

Shades of Madras #413B13

Tints of Madras #413B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.26%

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

R = 45.45%
G = 41.26%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413B13 (or 0x413B13) is known color: Madras. HEX triplet: 41, 3B and 13. RGB value is (65,59,19). Sum of RGB (Red+Green+Blue) = 65+59+19=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B13 is #BEC4EC. Grayscale: #383838. Windows color (decimal): -12502253 or 1260353. OLE color: 1260353.

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

Color convert

RGB 65 59 19 -
CMYK 0 0.09 0.71 0.75
HSL 52.17º 0.55% 0.16% -
HSV(B) 52.17º 0.71% 0.25% -
XYZ 3.86 4.3 1.24 -
YUV 56.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 65 59 19 0 0.09 0.71 0.75 52.17 0.55 0.16
Hex 41 3B 13 0 9 47 4B 34 37 10
Octal 101 73 23 0 11 107 113 64 67 20
Binary 1000001 111011 10011 0 1001 1000111 1001011 110100 110111 10000

Color Harmonies of #413B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B13

Black with #413B13

Text Example


Text Example

White with #413B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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