Html Css Color HEX #483E36 Taupe

📋 copy color: '#483E36'

red 72 ◦ green 62 ◦ blue 54

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

Shades of Taupe #483E36

Tints of Taupe #483E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.98%

 BLUE value IS 54 (21.48% from 255) = 28.72%

R = 38.3%
G = 32.98%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483E36 (or 0x483E36) is known color: 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

RGB 72 62 54 -
CMYK 0 0.14 0.25 0.72
HSL 26.67º 0.14% 0.25% -
HSV(B) 26.67º 0.25% 0.28% -
XYZ 5.06 5.09 4.21 -
YUV 64.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 72 62 54 0 0.14 0.25 0.72 26.67 0.14 0.25
Hex 48 3E 36 0 E 19 48 1B E 19
Octal 110 76 66 0 16 31 110 33 16 31
Binary 1001000 111110 110110 0 1110 11001 1001000 11011 1110 11001

Color Harmonies of #483E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E36

Black with #483E36

Text Example


Text Example

White with #483E36

Text Example


Text Example

HTML Codes & Css Web 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>