#483E36

Color #483E36 Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #483E36

Tints of Taupe #483E36

Color information

#483E36 (or 0x483E36) is unknown color: approx Taupe. HEX triplet: 48, 3E and 36. RGB value is (72,62,54). Sum of RGB (Red+Green+Blue) = 72+62+54=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E36 is #B7C1C9. Grayscale: #404040. Windows color (decimal): -12042698 or 3554888. OLE color: 3554888.

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

Color convert

RGB726254-
CMYK00.140.250.72
HSL26.67º14.29%24.71%-
HSV(B)26.67º25%28.24%-
XYZ5.065.094.21-
YUV64.08122.31133.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=38.30%
G=32.98%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72625400.140.250.7226.6714.2924.71
Hex483E360E19481be19
Octal110766601631110331631
Binary10010001111101101100111011001100100011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,54); }

 H1.HeaderClassName
 {
   color: #483E36;
 }
 .AnyTagClassName
 {
   color: #483E36;
 }
</style>
background-color css

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

 a { background-color: rgb(72,62,54); }

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

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

 span { border-color: rgb(72,62,54); }

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