Html Css Color HEX #483C2F Taupe

📋 copy color: '#483C2F'

red 72 ◦ green 60 ◦ blue 47

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

Shades of Taupe #483C2F

Tints of Taupe #483C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 40.22%
G = 33.52%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#483C2F (or 0x483C2F) is known color: Taupe. HEX triplet: 48, 3C and 2F. RGB value is (72,60,47). Sum of RGB (Red+Green+Blue) = 72+60+47=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C2F is #B7C3D0. Grayscale: #3E3E3E. Windows color (decimal): -12043217 or 3095624. OLE color: 3095624.

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

Color convert

RGB 72 60 47 -
CMYK 0 0.17 0.35 0.72
HSL 31.2º 0.21% 0.23% -
HSV(B) 31.2º 0.35% 0.28% -
XYZ 4.8 4.81 3.37 -
YUV 62.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 72 60 47 0 0.17 0.35 0.72 31.2 0.21 0.23
Hex 48 3C 2F 0 11 23 48 1F 15 17
Octal 110 74 57 0 21 43 110 37 25 27
Binary 1001000 111100 101111 0 10001 100011 1001000 11111 10101 10111

Color Harmonies of #483C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C2F

Black with #483C2F

Text Example


Text Example

White with #483C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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