Html Css Color HEX #413B1E Madras

📋 copy color: '#413B1E'

red 65 ◦ green 59 ◦ blue 30

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

Shades of Madras #413B1E

Tints of Madras #413B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 42.21%
G = 38.31%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#413B1E (or 0x413B1E) is known color: Madras. HEX triplet: 41, 3B and 1E. RGB value is (65,59,30). Sum of RGB (Red+Green+Blue) = 65+59+30=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1E is #BEC4E1. Grayscale: #393939. Windows color (decimal): -12502242 or 1981249. OLE color: 1981249.

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

Color convert

RGB 65 59 30 -
CMYK 0 0.09 0.54 0.75
HSL 49.71º 0.37% 0.19% -
HSV(B) 49.71º 0.54% 0.25% -
XYZ 3.98 4.35 1.86 -
YUV 57.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 65 59 30 0 0.09 0.54 0.75 49.71 0.37 0.19
Hex 41 3B 1E 0 9 36 4B 32 25 13
Octal 101 73 36 0 11 66 113 62 45 23
Binary 1000001 111011 11110 0 1001 110110 1001011 110010 100101 10011

Color Harmonies of #413B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B1E

Black with #413B1E

Text Example


Text Example

White with #413B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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