#705452

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

Shades of Buccaneer #705452

Tints of Buccaneer #705452

Color information

#705452 (or 0x705452) is unknown color: approx Buccaneer. HEX triplet: 70, 54 and 52. RGB value is (112,84,82). Sum of RGB (Red+Green+Blue) = 112+84+82=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705452 is #8FABAD. Grayscale: #5C5C5C. Windows color (decimal): -9415598 or 5395568. OLE color: 5395568.

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

Color convert

RGB1128482-
CMYK00.250.270.56
HSL15.46%38.04%-
HSV(B)26.79%43.92%-
XYZ11.3810.399.39-
YUV92.14122.28142.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=40.29%
G=30.22%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112848200.250.270.56415.4638.04
Hex7054520191B384f26
Octal160124122031337041746
Binary111000010101001010010011001110111110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705452; }

 p { color: rgb(112,84,82); }

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

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

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

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

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

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

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