Html Css Color HEX #413F16 Madras

📋 copy color: '#413F16'

red 65 ◦ green 63 ◦ blue 22

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

Shades of Madras #413F16

Tints of Madras #413F16

RGB

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

 GREEN value IS 63 (25% from 255) = 42%

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

R = 43.33%
G = 42%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413F16 (or 0x413F16) is known color: Madras. HEX triplet: 41, 3F and 16. RGB value is (65,63,22). Sum of RGB (Red+Green+Blue) = 65+63+22=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F16 is #BEC0E9. Grayscale: #3B3B3B. Windows color (decimal): -12501226 or 1457985. OLE color: 1457985.

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

Color convert

RGB 65 63 22 -
CMYK 0 0.03 0.66 0.75
HSL 57.21º 0.49% 0.17% -
HSV(B) 57.21º 0.66% 0.25% -
XYZ 4.1 4.74 1.46 -
YUV 58.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 65 63 22 0 0.03 0.66 0.75 57.21 0.49 0.17
Hex 41 3F 16 0 3 42 4B 39 31 11
Octal 101 77 26 0 3 102 113 71 61 21
Binary 1000001 111111 10110 0 11 1000010 1001011 111001 110001 10001

Color Harmonies of #413F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F16

Black with #413F16

Text Example


Text Example

White with #413F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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