Html Css Color HEX #413D38 Taupe

📋 copy color: '#413D38'

red 65 ◦ green 61 ◦ blue 56

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

Shades of Taupe #413D38

Tints of Taupe #413D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 35.71%
G = 33.52%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#413D38 (or 0x413D38) is known color: Taupe. HEX triplet: 41, 3D and 38. RGB value is (65,61,56). Sum of RGB (Red+Green+Blue) = 65+61+56=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #413D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D38 is #BEC2C7. Grayscale: #3D3D3D. Windows color (decimal): -12501704 or 3685697. OLE color: 3685697.

HSL color Cylindrical-coordinate representation of color #413D38: hue angle of 33.33º 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 #413D38 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 56 -
CMYK 0 0.06 0.14 0.75
HSL 33.33º 0.07% 0.24% -
HSV(B) 33.33º 0.14% 0.25% -
XYZ 4.56 4.75 4.42 -
YUV 61.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 65 61 56 0 0.06 0.14 0.75 33.33 0.07 0.24
Hex 41 3D 38 0 6 E 4B 21 7 18
Octal 101 75 70 0 6 16 113 41 7 30
Binary 1000001 111101 111000 0 110 1110 1001011 100001 111 11000

Color Harmonies of #413D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D38

Black with #413D38

Text Example


Text Example

White with #413D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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