Html Css Color HEX #704746 Buccaneer

📋 copy color: '#704746'

red 112 ◦ green 71 ◦ blue 70

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

Shades of Buccaneer #704746

Tints of Buccaneer #704746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 44.27%
G = 28.06%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704746 (or 0x704746) is known color: Buccaneer. HEX triplet: 70, 47 and 46. RGB value is (112,71,70). Sum of RGB (Red+Green+Blue) = 112+71+70=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704746 is #8FB8B9. Grayscale: #535353. Windows color (decimal): -9418938 or 4605808. OLE color: 4605808.

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

Color convert

RGB 112 71 70 -
CMYK 0 0.37 0.38 0.56
HSL 1.43º 0.23% 0.36% -
HSV(B) 1.43º 0.38% 0.44% -
XYZ 10.04 8.39 6.89 -
YUV 83.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 112 71 70 0 0.37 0.38 0.56 1.43 0.23 0.36
Hex 70 47 46 0 25 26 38 1 17 24
Octal 160 107 106 0 45 46 70 1 27 44
Binary 1110000 1000111 1000110 0 100101 100110 111000 1 10111 100100

Color Harmonies of #704746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704746

Black with #704746

Text Example


Text Example

White with #704746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704746; }

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

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

background-color css

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

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

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

border-color css

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

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

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