Html Css Color HEX #413A14 Madras

📋 copy color: '#413A14'

red 65 ◦ green 58 ◦ blue 20

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

Shades of Madras #413A14

Tints of Madras #413A14

RGB

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

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

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

R = 45.45%
G = 40.56%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#413A14 (or 0x413A14) is known color: Madras. HEX triplet: 41, 3A and 14. RGB value is (65,58,20). Sum of RGB (Red+Green+Blue) = 65+58+20=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A14 is #BEC5EB. Grayscale: #373737. Windows color (decimal): -12502508 or 1325633. OLE color: 1325633.

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

Color convert

RGB 65 58 20 -
CMYK 0 0.11 0.69 0.75
HSL 50.67º 0.53% 0.17% -
HSV(B) 50.67º 0.69% 0.25% -
XYZ 3.82 4.2 1.27 -
YUV 55.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 65 58 20 0 0.11 0.69 0.75 50.67 0.53 0.17
Hex 41 3A 14 0 B 45 4B 33 35 11
Octal 101 72 24 0 13 105 113 63 65 21
Binary 1000001 111010 10100 0 1011 1000101 1001011 110011 110101 10001

Color Harmonies of #413A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A14

Black with #413A14

Text Example


Text Example

White with #413A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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