Html Css Color HEX #483B2D Taupe

📋 copy color: '#483B2D'

red 72 ◦ green 59 ◦ blue 45

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

Shades of Taupe #483B2D

Tints of Taupe #483B2D

RGB

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

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

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

R = 40.91%
G = 33.52%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#483B2D (or 0x483B2D) is known color: Taupe. HEX triplet: 48, 3B and 2D. RGB value is (72,59,45). Sum of RGB (Red+Green+Blue) = 72+59+45=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B2D is #B7C4D2. Grayscale: #3D3D3D. Windows color (decimal): -12043475 or 2964296. OLE color: 2964296.

HSL color Cylindrical-coordinate representation of color #483B2D: hue angle of 31.11º 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 #483B2D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 45 -
CMYK 0 0.18 0.38 0.72
HSL 31.11º 0.23% 0.23% -
HSV(B) 31.11º 0.38% 0.28% -
XYZ 4.71 4.7 3.14 -
YUV 61.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 72 59 45 0 0.18 0.38 0.72 31.11 0.23 0.23
Hex 48 3B 2D 0 12 26 48 1F 17 17
Octal 110 73 55 0 22 46 110 37 27 27
Binary 1001000 111011 101101 0 10010 100110 1001000 11111 10111 10111

Color Harmonies of #483B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B2D

Black with #483B2D

Text Example


Text Example

White with #483B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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