Html Css Color HEX #413C38 Taupe

📋 copy color: '#413C38'

red 65 ◦ green 60 ◦ blue 56

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

Shades of Taupe #413C38

Tints of Taupe #413C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 35.91%
G = 33.15%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#413C38 (or 0x413C38) is known color: Taupe. HEX triplet: 41, 3C and 38. RGB value is (65,60,56). Sum of RGB (Red+Green+Blue) = 65+60+56=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #413C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C38 is #BEC3C7. Grayscale: #3D3D3D. Windows color (decimal): -12501960 or 3685441. OLE color: 3685441.

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

Color convert

RGB 65 60 56 -
CMYK 0 0.08 0.14 0.75
HSL 26.67º 0.07% 0.24% -
HSV(B) 26.67º 0.14% 0.25% -
XYZ 4.51 4.64 4.4 -
YUV 61.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 65 60 56 0 0.08 0.14 0.75 26.67 0.07 0.24
Hex 41 3C 38 0 8 E 4B 1B 7 18
Octal 101 74 70 0 10 16 113 33 7 30
Binary 1000001 111100 111000 0 1000 1110 1001011 11011 111 11000

Color Harmonies of #413C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C38

Black with #413C38

Text Example


Text Example

White with #413C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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