Html Css Color HEX #705954 Buccaneer

📋 copy color: '#705954'

red 112 ◦ green 89 ◦ blue 84

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

Shades of Buccaneer #705954

Tints of Buccaneer #705954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 39.3%
G = 31.23%
B = 29.47%

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

#705954 (or 0x705954) is known color: Buccaneer. HEX triplet: 70, 59 and 54. RGB value is (112,89,84). Sum of RGB (Red+Green+Blue) = 112+89+84=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705954 is #8FA6AB. Grayscale: #5F5F5F. Windows color (decimal): -9414316 or 5527920. OLE color: 5527920.

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

Color convert

RGB 112 89 84 -
CMYK 0 0.21 0.25 0.56
HSL 10.71º 0.14% 0.38% -
HSV(B) 10.71º 0.25% 0.44% -
XYZ 11.85 11.23 9.93 -
YUV 95.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 112 89 84 0 0.21 0.25 0.56 10.71 0.14 0.38
Hex 70 59 54 0 15 19 38 B E 26
Octal 160 131 124 0 25 31 70 13 16 46
Binary 1110000 1011001 1010100 0 10101 11001 111000 1011 1110 100110

Color Harmonies of #705954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705954

Black with #705954

Text Example


Text Example

White with #705954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705954; }

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

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

background-color css

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

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

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

border-color css

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

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

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