Html Css Color HEX #423D3A Taupe

📋 copy color: '#423D3A'

red 66 ◦ green 61 ◦ blue 58

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

Shades of Taupe #423D3A

Tints of Taupe #423D3A

RGB

 RED value IS 66 (26.17% from 255) = 35.68%

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 35.68%
G = 32.97%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#423D3A (or 0x423D3A) is known color: Taupe. HEX triplet: 42, 3D and 3A. RGB value is (66,61,58). Sum of RGB (Red+Green+Blue) = 66+61+58=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 66 - color contains mainly: red. Hex color #423D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D3A is #BDC2C5. Grayscale: #3E3E3E. Windows color (decimal): -12436166 or 3816770. OLE color: 3816770.

HSL color Cylindrical-coordinate representation of color #423D3A: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #423D3A is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 61 58 -
CMYK 0 0.08 0.12 0.74
HSL 22.5º 0.06% 0.24% -
HSV(B) 22.5º 0.12% 0.26% -
XYZ 4.68 4.8 4.68 -
YUV 62.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 66 61 58 0 0.08 0.12 0.74 22.5 0.06 0.24
Hex 42 3D 3A 0 8 C 4A 16 6 18
Octal 102 75 72 0 10 14 112 26 6 30
Binary 1000010 111101 111010 0 1000 1100 1001010 10110 110 11000

Color Harmonies of #423D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D3A

Black with #423D3A

Text Example


Text Example

White with #423D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D3A; }

 p { color: rgb(66,61,58); }

 H1.HeaderClassName
 {
   color: #423D3A;
 }
 .AnyTagClassName
 {
   color: #423D3A;
 }
</style>

background-color css

<style>
 a { background-color: #423D3A; }

 a { background-color: rgb(66,61,58); }

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

border-color css

<style>
 span { border-color: #423D3A; }

 span { border-color: rgb(66,61,58); }

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