Html Css Color HEX #483C2D Taupe

📋 copy color: '#483C2D'

red 72 ◦ green 60 ◦ blue 45

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

Shades of Taupe #483C2D

Tints of Taupe #483C2D

RGB

 RED value IS 72 (28.52% from 255) = 40.68%

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 40.68%
G = 33.9%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#483C2D (or 0x483C2D) is known color: Taupe. HEX triplet: 48, 3C and 2D. RGB value is (72,60,45). Sum of RGB (Red+Green+Blue) = 72+60+45=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C2D is #B7C3D2. Grayscale: #3D3D3D. Windows color (decimal): -12043219 or 2964552. OLE color: 2964552.

HSL color Cylindrical-coordinate representation of color #483C2D: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483C2D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 45 -
CMYK 0 0.17 0.38 0.72
HSL 33.33º 0.23% 0.23% -
HSV(B) 33.33º 0.38% 0.28% -
XYZ 4.76 4.8 3.16 -
YUV 61.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 72 60 45 0 0.17 0.38 0.72 33.33 0.23 0.23
Hex 48 3C 2D 0 11 26 48 21 17 17
Octal 110 74 55 0 21 46 110 41 27 27
Binary 1001000 111100 101101 0 10001 100110 1001000 100001 10111 10111

Color Harmonies of #483C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C2D

Black with #483C2D

Text Example


Text Example

White with #483C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483C2D; }

 p { color: rgb(72,60,45); }

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

background-color css

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

 a { background-color: rgb(72,60,45); }

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

border-color css

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

 span { border-color: rgb(72,60,45); }

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