Html Css Color HEX #704946 Buccaneer

📋 copy color: '#704946'

red 112 ◦ green 73 ◦ blue 70

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

Shades of Buccaneer #704946

Tints of Buccaneer #704946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 43.92%
G = 28.63%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704946 (or 0x704946) is known color: Buccaneer. HEX triplet: 70, 49 and 46. RGB value is (112,73,70). Sum of RGB (Red+Green+Blue) = 112+73+70=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #704946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704946 is #8FB6B9. Grayscale: #545454. Windows color (decimal): -9418426 or 4606320. OLE color: 4606320.

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

Color convert

RGB 112 73 70 -
CMYK 0 0.35 0.38 0.56
HSL 4.29º 0.23% 0.36% -
HSV(B) 4.29º 0.38% 0.44% -
XYZ 10.17 8.65 6.93 -
YUV 84.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 112 73 70 0 0.35 0.38 0.56 4.29 0.23 0.36
Hex 70 49 46 0 23 26 38 4 17 24
Octal 160 111 106 0 43 46 70 4 27 44
Binary 1110000 1001001 1000110 0 100011 100110 111000 100 10111 100100

Color Harmonies of #704946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704946

Black with #704946

Text Example


Text Example

White with #704946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704946; }

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

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

background-color css

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

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

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

border-color css

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

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

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