Html Css Color HEX #423A34 Taupe

📋 copy color: '#423A34'

red 66 ◦ green 58 ◦ blue 52

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

Shades of Taupe #423A34

Tints of Taupe #423A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 37.5%
G = 32.95%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#423A34 (or 0x423A34) is known color: Taupe. HEX triplet: 42, 3A and 34. RGB value is (66,58,52). Sum of RGB (Red+Green+Blue) = 66+58+52=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A34 is #BDC5CB. Grayscale: #3B3B3B. Windows color (decimal): -12436940 or 3422786. OLE color: 3422786.

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

Color convert

RGB 66 58 52 -
CMYK 0 0.12 0.21 0.74
HSL 25.71º 0.12% 0.23% -
HSV(B) 25.71º 0.21% 0.26% -
XYZ 4.38 4.43 3.87 -
YUV 59.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 66 58 52 0 0.12 0.21 0.74 25.71 0.12 0.23
Hex 42 3A 34 0 C 15 4A 1A C 17
Octal 102 72 64 0 14 25 112 32 14 27
Binary 1000010 111010 110100 0 1100 10101 1001010 11010 1100 10111

Color Harmonies of #423A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A34

Black with #423A34

Text Example


Text Example

White with #423A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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