#423A35

Color #423A35 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #423A35

Tints of Taupe #423A35

Color information

#423A35 (or 0x423A35) is unknown color: approx Taupe. HEX triplet: 42, 3A and 35. RGB value is (66,58,53). Sum of RGB (Red+Green+Blue) = 66+58+53=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #423A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A35 is #BDC5CA. Grayscale: #3B3B3B. Windows color (decimal): -12436939 or 3488322. OLE color: 3488322.

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

Color convert

RGB665853-
CMYK00.120.200.74
HSL23.08º10.92%23.33%-
HSV(B)23.08º19.7%25.88%-
XYZ4.44.443.99-
YUV59.82124.15132.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=37.29%
G=32.77%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66585300.120.200.7423.0810.9223.33
Hex423A350C144A17b17
Octal102726501424112271327
Binary10000101110101101010110010100100101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #423A35;
 }
 .AnyTagClassName
 {
   color: #423A35;
 }
</style>
background-color css

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

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

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

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

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

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