#704745

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

Shades of Buccaneer #704745

Tints of Buccaneer #704745

Color information

#704745 (or 0x704745) is unknown color: approx Buccaneer. HEX triplet: 70, 47 and 45. RGB value is (112,71,69). Sum of RGB (Red+Green+Blue) = 112+71+69=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704745 is #8FB8BA. Grayscale: #535353. Windows color (decimal): -9418939 or 4540272. OLE color: 4540272.

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

Color convert

RGB1127169-
CMYK00.370.380.56
HSL2.79º23.76%35.49%-
HSV(B)2.79º38.39%43.92%-
XYZ10.018.386.72-
YUV83.03120.08148.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=44.44%
G=28.17%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112716900.370.380.562.7923.7635.49
Hex704745025263831823
Octal160107105045467033043
Binary11100001000111100010101001011001101110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704745; }

 p { color: rgb(112,71,69); }

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

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

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

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

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

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

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