Html Css Color HEX #423A35 Taupe

📋 copy color: '#423A35'

red 66 ◦ green 58 ◦ blue 53

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

Shades of Taupe #423A35

Tints of Taupe #423A35

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 value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423A35 (or 0x423A35) is known color: 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

RGB 66 58 53 -
CMYK 0 0.12 0.20 0.74
HSL 23.08º 0.11% 0.23% -
HSV(B) 23.08º 0.2% 0.26% -
XYZ 4.4 4.44 3.99 -
YUV 59.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 66 58 53 0 0.12 0.20 0.74 23.08 0.11 0.23
Hex 42 3A 35 0 C 14 4A 17 B 17
Octal 102 72 65 0 14 24 112 27 13 27
Binary 1000010 111010 110101 0 1100 10100 1001010 10111 1011 10111

Color Harmonies of #423A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A35

Black with #423A35

Text Example


Text Example

White with #423A35

Text Example


Text Example

HTML Codes & Css Web 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>