Html Css Color HEX #423C34 Taupe

📋 copy color: '#423C34'

red 66 ◦ green 60 ◦ blue 52

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

Shades of Taupe #423C34

Tints of Taupe #423C34

RGB

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

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

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

R = 37.08%
G = 33.71%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#423C34 (or 0x423C34) is known color: Taupe. HEX triplet: 42, 3C and 34. RGB value is (66,60,52). Sum of RGB (Red+Green+Blue) = 66+60+52=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #423C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C34 is #BDC3CB. Grayscale: #3C3C3C. Windows color (decimal): -12436428 or 3423298. OLE color: 3423298.

HSL color Cylindrical-coordinate representation of color #423C34: hue angle of 34.29º 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 #423C34 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 52 -
CMYK 0 0.09 0.21 0.74
HSL 34.29º 0.12% 0.23% -
HSV(B) 34.29º 0.21% 0.26% -
XYZ 4.48 4.64 3.91 -
YUV 60.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 66 60 52 0 0.09 0.21 0.74 34.29 0.12 0.23
Hex 42 3C 34 0 9 15 4A 22 C 17
Octal 102 74 64 0 11 25 112 42 14 27
Binary 1000010 111100 110100 0 1001 10101 1001010 100010 1100 10111

Color Harmonies of #423C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C34

Black with #423C34

Text Example


Text Example

White with #423C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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