Html Css Color HEX #493830 Tobago

📋 copy color: '#493830'

red 73 ◦ green 56 ◦ blue 48

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

Shades of Tobago #493830

Tints of Tobago #493830

RGB

 RED value IS 73 (28.91% from 255) = 41.24%

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

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

R = 41.24%
G = 31.64%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493830 (or 0x493830) is known color: Tobago. HEX triplet: 49, 38 and 30. RGB value is (73,56,48). Sum of RGB (Red+Green+Blue) = 73+56+48=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493830 is #B6C7CF. Grayscale: #3C3C3C. Windows color (decimal): -11978704 or 3160137. OLE color: 3160137.

HSL color Cylindrical-coordinate representation of color #493830: hue angle of 19.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493830 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 48 -
CMYK 0 0.23 0.34 0.71
HSL 19.2º 0.21% 0.24% -
HSV(B) 19.2º 0.34% 0.29% -
XYZ 4.7 4.46 3.41 -
YUV 60.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 73 56 48 0 0.23 0.34 0.71 19.2 0.21 0.24
Hex 49 38 30 0 17 22 47 13 15 18
Octal 111 70 60 0 27 42 107 23 25 30
Binary 1001001 111000 110000 0 10111 100010 1000111 10011 10101 11000

Color Harmonies of #493830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493830

Black with #493830

Text Example


Text Example

White with #493830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493830; }

 p { color: rgb(73,56,48); }

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

background-color css

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

 a { background-color: rgb(73,56,48); }

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

border-color css

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

 span { border-color: rgb(73,56,48); }

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