Html Css Color HEX #423D35 Taupe

📋 copy color: '#423D35'

red 66 ◦ green 61 ◦ blue 53

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

Shades of Taupe #423D35

Tints of Taupe #423D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 53 (21.09% from 255) = 29.44%

R = 36.67%
G = 33.89%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423D35 (or 0x423D35) is known color: Taupe. HEX triplet: 42, 3D and 35. RGB value is (66,61,53). Sum of RGB (Red+Green+Blue) = 66+61+53=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D35 is #BDC2CA. Grayscale: #3D3D3D. Windows color (decimal): -12436171 or 3489090. OLE color: 3489090.

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

Color convert

RGB 66 61 53 -
CMYK 0 0.08 0.20 0.74
HSL 36.92º 0.11% 0.23% -
HSV(B) 36.92º 0.2% 0.26% -
XYZ 4.56 4.75 4.05 -
YUV 61.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 66 61 53 0 0.08 0.20 0.74 36.92 0.11 0.23
Hex 42 3D 35 0 8 14 4A 25 B 17
Octal 102 75 65 0 10 24 112 45 13 27
Binary 1000010 111101 110101 0 1000 10100 1001010 100101 1011 10111

Color Harmonies of #423D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D35

Black with #423D35

Text Example


Text Example

White with #423D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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