Html Css Color HEX #705854 Buccaneer

📋 copy color: '#705854'

red 112 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #705854

Tints of Buccaneer #705854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 39.44%
G = 30.99%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705854 (or 0x705854) is known color: Buccaneer. HEX triplet: 70, 58 and 54. RGB value is (112,88,84). Sum of RGB (Red+Green+Blue) = 112+88+84=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705854 is #8FA7AB. Grayscale: #5E5E5E. Windows color (decimal): -9414572 or 5527664. OLE color: 5527664.

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

Color convert

RGB 112 88 84 -
CMYK 0 0.21 0.25 0.56
HSL 8.57º 0.14% 0.38% -
HSV(B) 8.57º 0.25% 0.44% -
XYZ 11.77 11.06 9.9 -
YUV 94.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 112 88 84 0 0.21 0.25 0.56 8.57 0.14 0.38
Hex 70 58 54 0 15 19 38 9 E 26
Octal 160 130 124 0 25 31 70 11 16 46
Binary 1110000 1011000 1010100 0 10101 11001 111000 1001 1110 100110

Color Harmonies of #705854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705854

Black with #705854

Text Example


Text Example

White with #705854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705854; }

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

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

background-color css

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

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

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

border-color css

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

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

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