Html Css Color HEX #413A33 Taupe

📋 copy color: '#413A33'

red 65 ◦ green 58 ◦ blue 51

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

Shades of Taupe #413A33

Tints of Taupe #413A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 37.36%
G = 33.33%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#413A33 (or 0x413A33) is known color: Taupe. HEX triplet: 41, 3A and 33. RGB value is (65,58,51). Sum of RGB (Red+Green+Blue) = 65+58+51=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A33 is #BEC5CC. Grayscale: #3B3B3B. Windows color (decimal): -12502477 or 3357249. OLE color: 3357249.

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

Color convert

RGB 65 58 51 -
CMYK 0 0.11 0.22 0.75
HSL 30º 0.12% 0.23% -
HSV(B) 30º 0.22% 0.25% -
XYZ 4.29 4.39 3.75 -
YUV 59.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 65 58 51 0 0.11 0.22 0.75 30 0.12 0.23
Hex 41 3A 33 0 B 16 4B 1E C 17
Octal 101 72 63 0 13 26 113 36 14 27
Binary 1000001 111010 110011 0 1011 10110 1001011 11110 1100 10111

Color Harmonies of #413A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A33

Black with #413A33

Text Example


Text Example

White with #413A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,51); }

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

background-color css

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

 a { background-color: rgb(65,58,51); }

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

border-color css

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

 span { border-color: rgb(65,58,51); }

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