Html Css Color HEX #704846 Buccaneer

📋 copy color: '#704846'

red 112 ◦ green 72 ◦ blue 70

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

Shades of Buccaneer #704846

Tints of Buccaneer #704846

RGB

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

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

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

R = 44.09%
G = 28.35%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704846 (or 0x704846) is known color: Buccaneer. HEX triplet: 70, 48 and 46. RGB value is (112,72,70). Sum of RGB (Red+Green+Blue) = 112+72+70=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704846 is #8FB7B9. Grayscale: #535353. Windows color (decimal): -9418682 or 4606064. OLE color: 4606064.

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

Color convert

RGB 112 72 70 -
CMYK 0 0.36 0.38 0.56
HSL 2.86º 0.23% 0.36% -
HSV(B) 2.86º 0.38% 0.44% -
XYZ 10.1 8.52 6.91 -
YUV 83.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 112 72 70 0 0.36 0.38 0.56 2.86 0.23 0.36
Hex 70 48 46 0 24 26 38 3 17 24
Octal 160 110 106 0 44 46 70 3 27 44
Binary 1110000 1001000 1000110 0 100100 100110 111000 11 10111 100100

Color Harmonies of #704846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704846

Black with #704846

Text Example


Text Example

White with #704846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704846; }

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

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

background-color css

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

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

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

border-color css

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

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

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