Html Css Color HEX #423C38 Taupe

📋 copy color: '#423C38'

red 66 ◦ green 60 ◦ blue 56

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

Shades of Taupe #423C38

Tints of Taupe #423C38

RGB

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

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

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

R = 36.26%
G = 32.97%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#423C38 (or 0x423C38) is known color: Taupe. HEX triplet: 42, 3C and 38. RGB value is (66,60,56). Sum of RGB (Red+Green+Blue) = 66+60+56=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C38 is #BDC3C7. Grayscale: #3D3D3D. Windows color (decimal): -12436424 or 3685442. OLE color: 3685442.

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

Color convert

RGB 66 60 56 -
CMYK 0 0.09 0.15 0.74
HSL 24º 0.08% 0.24% -
HSV(B) 24º 0.15% 0.26% -
XYZ 4.58 4.68 4.4 -
YUV 61.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 66 60 56 0 0.09 0.15 0.74 24 0.08 0.24
Hex 42 3C 38 0 9 F 4A 18 8 18
Octal 102 74 70 0 11 17 112 30 10 30
Binary 1000010 111100 111000 0 1001 1111 1001010 11000 1000 11000

Color Harmonies of #423C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C38

Black with #423C38

Text Example


Text Example

White with #423C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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