Html Css Color HEX #705653 Buccaneer

📋 copy color: '#705653'

red 112 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #705653

Tints of Buccaneer #705653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

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

R = 39.86%
G = 30.6%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705653 (or 0x705653) is known color: Buccaneer. HEX triplet: 70, 56 and 53. RGB value is (112,86,83). Sum of RGB (Red+Green+Blue) = 112+86+83=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705653 is #8FA9AC. Grayscale: #5D5D5D. Windows color (decimal): -9415085 or 5461616. OLE color: 5461616.

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

Color convert

RGB 112 86 83 -
CMYK 0 0.23 0.26 0.56
HSL 6.21º 0.15% 0.38% -
HSV(B) 6.21º 0.26% 0.44% -
XYZ 11.57 10.72 9.64 -
YUV 93.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 112 86 83 0 0.23 0.26 0.56 6.21 0.15 0.38
Hex 70 56 53 0 17 1A 38 6 F 26
Octal 160 126 123 0 27 32 70 6 17 46
Binary 1110000 1010110 1010011 0 10111 11010 111000 110 1111 100110

Color Harmonies of #705653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705653

Black with #705653

Text Example


Text Example

White with #705653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705653; }

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

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

background-color css

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

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

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

border-color css

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

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

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