Html Css Color HEX #413B18 Madras

📋 copy color: '#413B18'

red 65 ◦ green 59 ◦ blue 24

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

Shades of Madras #413B18

Tints of Madras #413B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 43.92%
G = 39.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#413B18 (or 0x413B18) is known color: Madras. HEX triplet: 41, 3B and 18. RGB value is (65,59,24). Sum of RGB (Red+Green+Blue) = 65+59+24=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B18 is #BEC4E7. Grayscale: #383838. Windows color (decimal): -12502248 or 1588033. OLE color: 1588033.

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

Color convert

RGB 65 59 24 -
CMYK 0 0.09 0.63 0.75
HSL 51.22º 0.46% 0.17% -
HSV(B) 51.22º 0.63% 0.25% -
XYZ 3.91 4.32 1.49 -
YUV 56.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 65 59 24 0 0.09 0.63 0.75 51.22 0.46 0.17
Hex 41 3B 18 0 9 3F 4B 33 2E 11
Octal 101 73 30 0 11 77 113 63 56 21
Binary 1000001 111011 11000 0 1001 111111 1001011 110011 101110 10001

Color Harmonies of #413B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B18

Black with #413B18

Text Example


Text Example

White with #413B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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