Html Css Color HEX #423B36 Taupe

📋 copy color: '#423B36'

red 66 ◦ green 59 ◦ blue 54

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

Shades of Taupe #423B36

Tints of Taupe #423B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 36.87%
G = 32.96%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#423B36 (or 0x423B36) is known color: Taupe. HEX triplet: 42, 3B and 36. RGB value is (66,59,54). Sum of RGB (Red+Green+Blue) = 66+59+54=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B36 is #BDC4C9. Grayscale: #3C3C3C. Windows color (decimal): -12436682 or 3554114. OLE color: 3554114.

HSL color Cylindrical-coordinate representation of color #423B36: hue angle of 25º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423B36 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 59 54 -
CMYK 0 0.11 0.18 0.74
HSL 25º 0.1% 0.24% -
HSV(B) 25º 0.18% 0.26% -
XYZ 4.48 4.55 4.13 -
YUV 60.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 66 59 54 0 0.11 0.18 0.74 25 0.1 0.24
Hex 42 3B 36 0 B 12 4A 19 A 18
Octal 102 73 66 0 13 22 112 31 12 30
Binary 1000010 111011 110110 0 1011 10010 1001010 11001 1010 11000

Color Harmonies of #423B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B36

Black with #423B36

Text Example


Text Example

White with #423B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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