#704B4B

Color #704B4B Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #704B4B

Tints of Buccaneer #704B4B

Color information

#704B4B (or 0x704B4B) is unknown color: approx Buccaneer. HEX triplet: 70, 4B and 4B. RGB value is (112,75,75). Sum of RGB (Red+Green+Blue) = 112+75+75=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B4B is #8FB4B4. Grayscale: #565656. Windows color (decimal): -9417909 or 4934512. OLE color: 4934512.

HSL color Cylindrical-coordinate representation of color #704B4B: hue angle of 0º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B4B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1127575-
CMYK00.330.330.56
HSL19.79%36.67%-
HSV(B)33.04%43.92%-
XYZ10.478.987.84-
YUV86.06121.76146.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=42.75%
G=28.63%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112757500.330.330.56019.7936.67
Hex704B4B021213801425
Octal160113113041417002445
Binary1110000100101110010110100001100001111000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B4B; }

 p { color: rgb(112,75,75); }

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

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

 a { background-color: rgb(112,75,75); }

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

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

 span { border-color: rgb(112,75,75); }

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