#704E4B

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

Shades of Buccaneer #704E4B

Tints of Buccaneer #704E4B

Color information

#704E4B (or 0x704E4B) is unknown color: approx Buccaneer. HEX triplet: 70, 4E and 4B. RGB value is (112,78,75). Sum of RGB (Red+Green+Blue) = 112+78+75=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E4B is #8FB1B4. Grayscale: #575757. Windows color (decimal): -9417141 or 4935280. OLE color: 4935280.

HSL color Cylindrical-coordinate representation of color #704E4B: hue angle of 4.86º 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 #704E4B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1127875-
CMYK00.300.330.56
HSL4.86º19.79%36.67%-
HSV(B)4.86º33.04%43.92%-
XYZ10.689.47.91-
YUV87.82120.76145.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=42.26%
G=29.43%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112787500.300.330.564.8619.7936.67
Hex704E4B01E213851425
Octal160116113036417052445
Binary11100001001110100101101111010000111100010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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