Html Css Color HEX #413A16 Madras

📋 copy color: '#413A16'

red 65 ◦ green 58 ◦ blue 22

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

Shades of Madras #413A16

Tints of Madras #413A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 44.83%
G = 40%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413A16 (or 0x413A16) is known color: Madras. HEX triplet: 41, 3A and 16. RGB value is (65,58,22). Sum of RGB (Red+Green+Blue) = 65+58+22=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A16 is #BEC5E9. Grayscale: #383838. Windows color (decimal): -12502506 or 1456705. OLE color: 1456705.

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

Color convert

RGB 65 58 22 -
CMYK 0 0.11 0.66 0.75
HSL 50.23º 0.49% 0.17% -
HSV(B) 50.23º 0.66% 0.25% -
XYZ 3.84 4.21 1.37 -
YUV 55.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 65 58 22 0 0.11 0.66 0.75 50.23 0.49 0.17
Hex 41 3A 16 0 B 42 4B 32 31 11
Octal 101 72 26 0 13 102 113 62 61 21
Binary 1000001 111010 10110 0 1011 1000010 1001011 110010 110001 10001

Color Harmonies of #413A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A16

Black with #413A16

Text Example


Text Example

White with #413A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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