Html Css Color HEX #423A33 Taupe

📋 copy color: '#423A33'

red 66 ◦ green 58 ◦ blue 51

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

Shades of Taupe #423A33

Tints of Taupe #423A33

RGB

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

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

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

R = 37.71%
G = 33.14%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#423A33 (or 0x423A33) is known color: Taupe. HEX triplet: 42, 3A and 33. RGB value is (66,58,51). Sum of RGB (Red+Green+Blue) = 66+58+51=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A33 is #BDC5CC. Grayscale: #3B3B3B. Windows color (decimal): -12436941 or 3357250. OLE color: 3357250.

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

Color convert

RGB 66 58 51 -
CMYK 0 0.12 0.23 0.74
HSL 28º 0.13% 0.23% -
HSV(B) 28º 0.23% 0.26% -
XYZ 4.36 4.42 3.76 -
YUV 59.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 66 58 51 0 0.12 0.23 0.74 28 0.13 0.23
Hex 42 3A 33 0 C 17 4A 1C D 17
Octal 102 72 63 0 14 27 112 34 15 27
Binary 1000010 111010 110011 0 1100 10111 1001010 11100 1101 10111

Color Harmonies of #423A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A33

Black with #423A33

Text Example


Text Example

White with #423A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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