Html Css Color HEX #413B36 Taupe

📋 copy color: '#413B36'

red 65 ◦ green 59 ◦ blue 54

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

Shades of Taupe #413B36

Tints of Taupe #413B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 36.52%
G = 33.15%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413B36 (or 0x413B36) is known color: Taupe. HEX triplet: 41, 3B and 36. RGB value is (65,59,54). Sum of RGB (Red+Green+Blue) = 65+59+54=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B36 is #BEC4C9. Grayscale: #3C3C3C. Windows color (decimal): -12502218 or 3554113. OLE color: 3554113.

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

Color convert

RGB 65 59 54 -
CMYK 0 0.09 0.17 0.75
HSL 27.27º 0.09% 0.23% -
HSV(B) 27.27º 0.17% 0.25% -
XYZ 4.41 4.52 4.13 -
YUV 60.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 65 59 54 0 0.09 0.17 0.75 27.27 0.09 0.23
Hex 41 3B 36 0 9 11 4B 1B 9 17
Octal 101 73 66 0 11 21 113 33 11 27
Binary 1000001 111011 110110 0 1001 10001 1001011 11011 1001 10111

Color Harmonies of #413B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B36

Black with #413B36

Text Example


Text Example

White with #413B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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