Html Css Color HEX #705554 Buccaneer

📋 copy color: '#705554'

red 112 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #705554

Tints of Buccaneer #705554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 39.86%
G = 30.25%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705554 (or 0x705554) is known color: Buccaneer. HEX triplet: 70, 55 and 54. RGB value is (112,85,84). Sum of RGB (Red+Green+Blue) = 112+85+84=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705554 is #8FAAAB. Grayscale: #5C5C5C. Windows color (decimal): -9415340 or 5526896. OLE color: 5526896.

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

Color convert

RGB 112 85 84 -
CMYK 0 0.24 0.25 0.56
HSL 2.14º 0.14% 0.38% -
HSV(B) 2.14º 0.25% 0.44% -
XYZ 11.53 10.58 9.82 -
YUV 92.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 112 85 84 0 0.24 0.25 0.56 2.14 0.14 0.38
Hex 70 55 54 0 18 19 38 2 E 26
Octal 160 125 124 0 30 31 70 2 16 46
Binary 1110000 1010101 1010100 0 11000 11001 111000 10 1110 100110

Color Harmonies of #705554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705554

Black with #705554

Text Example


Text Example

White with #705554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705554; }

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

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

background-color css

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

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

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

border-color css

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

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

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