#4F382D

Color #4F382D Tobago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobago #4F382D

Tints of Tobago #4F382D

Color information

#4F382D (or 0x4F382D) is unknown color: approx Tobago. HEX triplet: 4F, 38 and 2D. RGB value is (79,56,45). Sum of RGB (Red+Green+Blue) = 79+56+45=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F382D is #B0C7D2. Grayscale: #3D3D3D. Windows color (decimal): -11585491 or 2963535. OLE color: 2963535.

HSL color Cylindrical-coordinate representation of color #4F382D: hue angle of 19.41º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F382D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB795645-
CMYK00.290.430.69
HSL19.41º27.42%24.31%-
HSV(B)19.41º43.04%30.98%-
XYZ5.114.683.12-
YUV61.62118.62140.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 45 (17.97% from 255) = 25%
R=43.89%
G=31.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79564500.290.430.6919.4127.4224.31
Hex4F382D01D2B45131b18
Octal117705503553105233330
Binary10011111110001011010111011010111000101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F382D; }

 p { color: rgb(79,56,45); }

 H1.HeaderClassName
 {
   color: #4F382D;
 }
 .AnyTagClassName
 {
   color: #4F382D;
 }
</style>
background-color css

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

 a { background-color: rgb(79,56,45); }

 div.DivClassName
 {
   background-color: #4F382D;
 }
 .BgClassName
 {
   background-color: #4F382D;
 }
</style>
border-color css

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

 span { border-color: rgb(79,56,45); }

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