Html Css Color HEX #704847 Buccaneer

📋 copy color: '#704847'

red 112 ◦ green 72 ◦ blue 71

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

Shades of Buccaneer #704847

Tints of Buccaneer #704847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 43.92%
G = 28.24%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#704847 (or 0x704847) is known color: Buccaneer. HEX triplet: 70, 48 and 47. RGB value is (112,72,71). Sum of RGB (Red+Green+Blue) = 112+72+71=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704847 is #8FB7B8. Grayscale: #535353. Windows color (decimal): -9418681 or 4671600. OLE color: 4671600.

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

Color convert

RGB 112 72 71 -
CMYK 0 0.36 0.37 0.56
HSL 1.46º 0.22% 0.36% -
HSV(B) 1.46º 0.37% 0.44% -
XYZ 10.14 8.53 7.07 -
YUV 83.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 112 72 71 0 0.36 0.37 0.56 1.46 0.22 0.36
Hex 70 48 47 0 24 25 38 1 16 24
Octal 160 110 107 0 44 45 70 1 26 44
Binary 1110000 1001000 1000111 0 100100 100101 111000 1 10110 100100

Color Harmonies of #704847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704847

Black with #704847

Text Example


Text Example

White with #704847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704847; }

 p { color: rgb(112,72,71); }

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

background-color css

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

 a { background-color: rgb(112,72,71); }

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

border-color css

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

 span { border-color: rgb(112,72,71); }

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