Html Css Color HEX #705652 Buccaneer

📋 copy color: '#705652'

red 112 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #705652

Tints of Buccaneer #705652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 40%
G = 30.71%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705652 (or 0x705652) is known color: Buccaneer. HEX triplet: 70, 56 and 52. RGB value is (112,86,82). Sum of RGB (Red+Green+Blue) = 112+86+82=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705652 is #8FA9AD. Grayscale: #5D5D5D. Windows color (decimal): -9415086 or 5396080. OLE color: 5396080.

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

Color convert

RGB 112 86 82 -
CMYK 0 0.23 0.27 0.56
HSL 0.15% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.53 10.71 9.44 -
YUV 93.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 112 86 82 0 0.23 0.27 0.56 8 0.15 0.38
Hex 70 56 52 0 17 1B 38 8 F 26
Octal 160 126 122 0 27 33 70 10 17 46
Binary 1110000 1010110 1010010 0 10111 11011 111000 1000 1111 100110

Color Harmonies of #705652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705652

Black with #705652

Text Example


Text Example

White with #705652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705652; }

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

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

background-color css

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

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

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

border-color css

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

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

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