Html Css Color HEX #413C11 Madras

📋 copy color: '#413C11'

red 65 ◦ green 60 ◦ blue 17

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

Shades of Madras #413C11

Tints of Madras #413C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.25%

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 45.77%
G = 42.25%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413C11 (or 0x413C11) is known color: Madras. HEX triplet: 41, 3C and 11. RGB value is (65,60,17). Sum of RGB (Red+Green+Blue) = 65+60+17=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #413C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C11 is #BEC3EE. Grayscale: #383838. Windows color (decimal): -12501999 or 1129537. OLE color: 1129537.

HSL color Cylindrical-coordinate representation of color #413C11: hue angle of 53.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413C11 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 17 -
CMYK 0 0.08 0.74 0.75
HSL 53.75º 0.59% 0.16% -
HSV(B) 53.75º 0.74% 0.25% -
XYZ 3.9 4.4 1.17 -
YUV 56.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 65 60 17 0 0.08 0.74 0.75 53.75 0.59 0.16
Hex 41 3C 11 0 8 4A 4B 36 3B 10
Octal 101 74 21 0 10 112 113 66 73 20
Binary 1000001 111100 10001 0 1000 1001010 1001011 110110 111011 10000

Color Harmonies of #413C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C11

Black with #413C11

Text Example


Text Example

White with #413C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,17); }

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

background-color css

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

 a { background-color: rgb(65,60,17); }

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

border-color css

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

 span { border-color: rgb(65,60,17); }

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