Html Css Color HEX #705752 Buccaneer

📋 copy color: '#705752'

red 112 ◦ green 87 ◦ blue 82

#705752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #705752

Tints of Buccaneer #705752

RGB

 RED value IS 112 (44.14% from 255) = 39.86%

 GREEN value IS 87 (34.38% from 255) = 30.96%

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 39.86%
G = 30.96%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705752 (or 0x705752) is known color: Buccaneer. HEX triplet: 70, 57 and 52. RGB value is (112,87,82). Sum of RGB (Red+Green+Blue) = 112+87+82=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705752 is #8FA8AD. Grayscale: #5D5D5D. Windows color (decimal): -9414830 or 5396336. OLE color: 5396336.

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

Color convert

RGB 112 87 82 -
CMYK 0 0.22 0.27 0.56
HSL 10º 0.15% 0.38% -
HSV(B) 10º 0.27% 0.44% -
XYZ 11.61 10.87 9.47 -
YUV 93.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 112 87 82 0 0.22 0.27 0.56 10 0.15 0.38
Hex 70 57 52 0 16 1B 38 A F 26
Octal 160 127 122 0 26 33 70 12 17 46
Binary 1110000 1010111 1010010 0 10110 11011 111000 1010 1111 100110

Color Harmonies of #705752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705752

Black with #705752

Text Example


Text Example

White with #705752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705752; }

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

 H1.HeaderClassName
 {
   color: #705752;
 }
 .AnyTagClassName
 {
   color: #705752;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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