#704645

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

Shades of Buccaneer #704645

Tints of Buccaneer #704645

Color information

#704645 (or 0x704645) is unknown color: approx Buccaneer. HEX triplet: 70, 46 and 45. RGB value is (112,70,69). Sum of RGB (Red+Green+Blue) = 112+70+69=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704645 is #8FB9BA. Grayscale: #525252. Windows color (decimal): -9419195 or 4540016. OLE color: 4540016.

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

Color convert

RGB1127069-
CMYK00.380.380.56
HSL1.4º23.76%35.49%-
HSV(B)1.4º38.39%43.92%-
XYZ9.958.256.7-
YUV82.44120.41149.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=44.62%
G=27.89%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112706900.380.380.561.423.7635.49
Hex704645026263811823
Octal160106105046467013043
Binary1110000100011010001010100110100110111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704645; }

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

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

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

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

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

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

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

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