Html Css Color HEX #413B37 Taupe

📋 copy color: '#413B37'

red 65 ◦ green 59 ◦ blue 55

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

Shades of Taupe #413B37

Tints of Taupe #413B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 36.31%
G = 32.96%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413B37 (or 0x413B37) is known color: Taupe. HEX triplet: 41, 3B and 37. RGB value is (65,59,55). Sum of RGB (Red+Green+Blue) = 65+59+55=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B37 is #BEC4C8. Grayscale: #3C3C3C. Windows color (decimal): -12502217 or 3619649. OLE color: 3619649.

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

Color convert

RGB 65 59 55 -
CMYK 0 0.09 0.15 0.75
HSL 24º 0.08% 0.24% -
HSV(B) 24º 0.15% 0.25% -
XYZ 4.43 4.53 4.25 -
YUV 60.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 65 59 55 0 0.09 0.15 0.75 24 0.08 0.24
Hex 41 3B 37 0 9 F 4B 18 8 18
Octal 101 73 67 0 11 17 113 30 10 30
Binary 1000001 111011 110111 0 1001 1111 1001011 11000 1000 11000

Color Harmonies of #413B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B37

Black with #413B37

Text Example


Text Example

White with #413B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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