Html Css Color HEX #705853 Buccaneer

📋 copy color: '#705853'

red 112 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #705853

Tints of Buccaneer #705853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 39.58%
G = 31.1%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705853 (or 0x705853) is known color: Buccaneer. HEX triplet: 70, 58 and 53. RGB value is (112,88,83). Sum of RGB (Red+Green+Blue) = 112+88+83=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705853 is #8FA7AC. Grayscale: #5E5E5E. Windows color (decimal): -9414573 or 5462128. OLE color: 5462128.

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

Color convert

RGB 112 88 83 -
CMYK 0 0.21 0.26 0.56
HSL 10.34º 0.15% 0.38% -
HSV(B) 10.34º 0.26% 0.44% -
XYZ 11.73 11.05 9.7 -
YUV 94.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 112 88 83 0 0.21 0.26 0.56 10.34 0.15 0.38
Hex 70 58 53 0 15 1A 38 A F 26
Octal 160 130 123 0 25 32 70 12 17 46
Binary 1110000 1011000 1010011 0 10101 11010 111000 1010 1111 100110

Color Harmonies of #705853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705853

Black with #705853

Text Example


Text Example

White with #705853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705853; }

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

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

background-color css

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

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

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

border-color css

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

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

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