Html Css Color HEX #705351 Buccaneer

📋 copy color: '#705351'

red 112 ◦ green 83 ◦ blue 81

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

Shades of Buccaneer #705351

Tints of Buccaneer #705351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 40.58%
G = 30.07%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705351 (or 0x705351) is known color: Buccaneer. HEX triplet: 70, 53 and 51. RGB value is (112,83,81). Sum of RGB (Red+Green+Blue) = 112+83+81=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705351 is #8FACAE. Grayscale: #5B5B5B. Windows color (decimal): -9415855 or 5329776. OLE color: 5329776.

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

Color convert

RGB 112 83 81 -
CMYK 0 0.26 0.28 0.56
HSL 3.87º 0.16% 0.38% -
HSV(B) 3.87º 0.28% 0.44% -
XYZ 11.26 10.23 9.16 -
YUV 91.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 112 83 81 0 0.26 0.28 0.56 3.87 0.16 0.38
Hex 70 53 51 0 1A 1C 38 4 10 26
Octal 160 123 121 0 32 34 70 4 20 46
Binary 1110000 1010011 1010001 0 11010 11100 111000 100 10000 100110

Color Harmonies of #705351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705351

Black with #705351

Text Example


Text Example

White with #705351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705351; }

 p { color: rgb(112,83,81); }

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

background-color css

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

 a { background-color: rgb(112,83,81); }

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

border-color css

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

 span { border-color: rgb(112,83,81); }

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