Html Css Color HEX #423930 Taupe

📋 copy color: '#423930'

red 66 ◦ green 57 ◦ blue 48

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

Shades of Taupe #423930

Tints of Taupe #423930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 38.6%
G = 33.33%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#423930 (or 0x423930) is known color: Taupe. HEX triplet: 42, 39 and 30. RGB value is (66,57,48). Sum of RGB (Red+Green+Blue) = 66+57+48=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423930 is #BDC6CF. Grayscale: #3A3A3A. Windows color (decimal): -12437200 or 3160386. OLE color: 3160386.

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

Color convert

RGB 66 57 48 -
CMYK 0 0.14 0.27 0.74
HSL 30º 0.16% 0.22% -
HSV(B) 30º 0.27% 0.26% -
XYZ 4.24 4.3 3.4 -
YUV 58.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 66 57 48 0 0.14 0.27 0.74 30 0.16 0.22
Hex 42 39 30 0 E 1B 4A 1E 10 16
Octal 102 71 60 0 16 33 112 36 20 26
Binary 1000010 111001 110000 0 1110 11011 1001010 11110 10000 10110

Color Harmonies of #423930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423930

Black with #423930

Text Example


Text Example

White with #423930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423930; }

 p { color: rgb(66,57,48); }

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

background-color css

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

 a { background-color: rgb(66,57,48); }

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

border-color css

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

 span { border-color: rgb(66,57,48); }

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