Html Css Color HEX #705753 Buccaneer

📋 copy color: '#705753'

red 112 ◦ green 87 ◦ blue 83

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

Shades of Buccaneer #705753

Tints of Buccaneer #705753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 39.72%
G = 30.85%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705753 (or 0x705753) is known color: Buccaneer. HEX triplet: 70, 57 and 53. RGB value is (112,87,83). Sum of RGB (Red+Green+Blue) = 112+87+83=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705753 is #8FA8AC. Grayscale: #5E5E5E. Windows color (decimal): -9414829 or 5461872. OLE color: 5461872.

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

Color convert

RGB 112 87 83 -
CMYK 0 0.22 0.26 0.56
HSL 8.28º 0.15% 0.38% -
HSV(B) 8.28º 0.26% 0.44% -
XYZ 11.65 10.89 9.67 -
YUV 94.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 112 87 83 0 0.22 0.26 0.56 8.28 0.15 0.38
Hex 70 57 53 0 16 1A 38 8 F 26
Octal 160 127 123 0 26 32 70 10 17 46
Binary 1110000 1010111 1010011 0 10110 11010 111000 1000 1111 100110

Color Harmonies of #705753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705753

Black with #705753

Text Example


Text Example

White with #705753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705753; }

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

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

background-color css

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

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

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

border-color css

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

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

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