Html Css Color HEX #413B14 Madras

📋 copy color: '#413B14'

red 65 ◦ green 59 ◦ blue 20

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

Shades of Madras #413B14

Tints of Madras #413B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 45.14%
G = 40.97%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#413B14 (or 0x413B14) is known color: Madras. HEX triplet: 41, 3B and 14. RGB value is (65,59,20). Sum of RGB (Red+Green+Blue) = 65+59+20=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B14 is #BEC4EB. Grayscale: #383838. Windows color (decimal): -12502252 or 1325889. OLE color: 1325889.

HSL color Cylindrical-coordinate representation of color #413B14: hue angle of 52º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413B14 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 59 20 -
CMYK 0 0.09 0.69 0.75
HSL 52º 0.53% 0.17% -
HSV(B) 52º 0.69% 0.25% -
XYZ 3.87 4.3 1.29 -
YUV 56.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 65 59 20 0 0.09 0.69 0.75 52 0.53 0.17
Hex 41 3B 14 0 9 45 4B 34 35 11
Octal 101 73 24 0 11 105 113 64 65 21
Binary 1000001 111011 10100 0 1001 1000101 1001011 110100 110101 10001

Color Harmonies of #413B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B14

Black with #413B14

Text Example


Text Example

White with #413B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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