Html Css Color HEX #423B35 Taupe

📋 copy color: '#423B35'

red 66 ◦ green 59 ◦ blue 53

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

Shades of Taupe #423B35

Tints of Taupe #423B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 37.08%
G = 33.15%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423B35 (or 0x423B35) is known color: Taupe. HEX triplet: 42, 3B and 35. RGB value is (66,59,53). Sum of RGB (Red+Green+Blue) = 66+59+53=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #423B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B35 is #BDC4CA. Grayscale: #3C3C3C. Windows color (decimal): -12436683 or 3488578. OLE color: 3488578.

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

Color convert

RGB 66 59 53 -
CMYK 0 0.11 0.20 0.74
HSL 27.69º 0.11% 0.23% -
HSV(B) 27.69º 0.2% 0.26% -
XYZ 4.45 4.54 4.01 -
YUV 60.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 66 59 53 0 0.11 0.20 0.74 27.69 0.11 0.23
Hex 42 3B 35 0 B 14 4A 1C B 17
Octal 102 73 65 0 13 24 112 34 13 27
Binary 1000010 111011 110101 0 1011 10100 1001010 11100 1011 10111

Color Harmonies of #423B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B35

Black with #423B35

Text Example


Text Example

White with #423B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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