Html Css Color HEX #483831 Tobago

📋 copy color: '#483831'

red 72 ◦ green 56 ◦ blue 49

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

Shades of Tobago #483831

Tints of Tobago #483831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 40.68%
G = 31.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#483831 (or 0x483831) is known color: Tobago. HEX triplet: 48, 38 and 31. RGB value is (72,56,49). Sum of RGB (Red+Green+Blue) = 72+56+49=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483831 is #B7C7CE. Grayscale: #3C3C3C. Windows color (decimal): -12044239 or 3225672. OLE color: 3225672.

HSL color Cylindrical-coordinate representation of color #483831: hue angle of 18.26º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483831 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 49 -
CMYK 0 0.22 0.32 0.72
HSL 18.26º 0.19% 0.24% -
HSV(B) 18.26º 0.32% 0.28% -
XYZ 4.64 4.43 3.52 -
YUV 59.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 72 56 49 0 0.22 0.32 0.72 18.26 0.19 0.24
Hex 48 38 31 0 16 20 48 12 13 18
Octal 110 70 61 0 26 40 110 22 23 30
Binary 1001000 111000 110001 0 10110 100000 1001000 10010 10011 11000

Color Harmonies of #483831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483831

Black with #483831

Text Example


Text Example

White with #483831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483831; }

 p { color: rgb(72,56,49); }

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

background-color css

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

 a { background-color: rgb(72,56,49); }

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

border-color css

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

 span { border-color: rgb(72,56,49); }

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