Html Css Color HEX #483930 Tobago

📋 copy color: '#483930'

red 72 ◦ green 57 ◦ blue 48

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

Shades of Tobago #483930

Tints of Tobago #483930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 40.68%
G = 32.2%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483930 (or 0x483930) is known color: Tobago. HEX triplet: 48, 39 and 30. RGB value is (72,57,48). Sum of RGB (Red+Green+Blue) = 72+57+48=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483930 is #B7C6CF. Grayscale: #3C3C3C. Windows color (decimal): -12043984 or 3160392. OLE color: 3160392.

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

Color convert

RGB 72 57 48 -
CMYK 0 0.21 0.33 0.72
HSL 22.5º 0.2% 0.24% -
HSV(B) 22.5º 0.33% 0.28% -
XYZ 4.67 4.52 3.42 -
YUV 60.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 72 57 48 0 0.21 0.33 0.72 22.5 0.2 0.24
Hex 48 39 30 0 15 21 48 16 14 18
Octal 110 71 60 0 25 41 110 26 24 30
Binary 1001000 111001 110000 0 10101 100001 1001000 10110 10100 11000

Color Harmonies of #483930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483930

Black with #483930

Text Example


Text Example

White with #483930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483930; }

 p { color: rgb(72,57,48); }

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

background-color css

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

 a { background-color: rgb(72,57,48); }

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

border-color css

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

 span { border-color: rgb(72,57,48); }

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