Html Css Color HEX #423C35 Taupe

📋 copy color: '#423C35'

red 66 ◦ green 60 ◦ blue 53

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

Shades of Taupe #423C35

Tints of Taupe #423C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 36.87%
G = 33.52%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#423C35 (or 0x423C35) is known color: Taupe. HEX triplet: 42, 3C and 35. RGB value is (66,60,53). Sum of RGB (Red+Green+Blue) = 66+60+53=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C35 is #BDC3CA. Grayscale: #3D3D3D. Windows color (decimal): -12436427 or 3488834. OLE color: 3488834.

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

Color convert

RGB 66 60 53 -
CMYK 0 0.09 0.20 0.74
HSL 32.31º 0.11% 0.23% -
HSV(B) 32.31º 0.2% 0.26% -
XYZ 4.51 4.65 4.03 -
YUV 61 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 66 60 53 0 0.09 0.20 0.74 32.31 0.11 0.23
Hex 42 3C 35 0 9 14 4A 20 B 17
Octal 102 74 65 0 11 24 112 40 13 27
Binary 1000010 111100 110101 0 1001 10100 1001010 100000 1011 10111

Color Harmonies of #423C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C35

Black with #423C35

Text Example


Text Example

White with #423C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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