Html Css Color HEX #423D38 Taupe

📋 copy color: '#423D38'

red 66 ◦ green 61 ◦ blue 56

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

Shades of Taupe #423D38

Tints of Taupe #423D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 36.07%
G = 33.33%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#423D38 (or 0x423D38) is known color: Taupe. HEX triplet: 42, 3D and 38. RGB value is (66,61,56). Sum of RGB (Red+Green+Blue) = 66+61+56=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #423D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D38 is #BDC2C7. Grayscale: #3D3D3D. Windows color (decimal): -12436168 or 3685698. OLE color: 3685698.

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

Color convert

RGB 66 61 56 -
CMYK 0 0.08 0.15 0.74
HSL 30º 0.08% 0.24% -
HSV(B) 30º 0.15% 0.26% -
XYZ 4.63 4.78 4.42 -
YUV 61.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 66 61 56 0 0.08 0.15 0.74 30 0.08 0.24
Hex 42 3D 38 0 8 F 4A 1E 8 18
Octal 102 75 70 0 10 17 112 36 10 30
Binary 1000010 111101 111000 0 1000 1111 1001010 11110 1000 11000

Color Harmonies of #423D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D38

Black with #423D38

Text Example


Text Example

White with #423D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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