Html Css Color HEX #704948 Buccaneer

📋 copy color: '#704948'

red 112 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #704948

Tints of Buccaneer #704948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 43.58%
G = 28.4%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704948 (or 0x704948) is known color: Buccaneer. HEX triplet: 70, 49 and 48. RGB value is (112,73,72). Sum of RGB (Red+Green+Blue) = 112+73+72=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704948 is #8FB6B7. Grayscale: #545454. Windows color (decimal): -9418424 or 4737392. OLE color: 4737392.

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

Color convert

RGB 112 73 72 -
CMYK 0 0.35 0.36 0.56
HSL 1.5º 0.22% 0.36% -
HSV(B) 1.5º 0.36% 0.44% -
XYZ 10.23 8.68 7.27 -
YUV 84.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 112 73 72 0 0.35 0.36 0.56 1.5 0.22 0.36
Hex 70 49 48 0 23 24 38 2 16 24
Octal 160 111 110 0 43 44 70 2 26 44
Binary 1110000 1001001 1001000 0 100011 100100 111000 10 10110 100100

Color Harmonies of #704948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704948

Black with #704948

Text Example


Text Example

White with #704948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704948; }

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

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

background-color css

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

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

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

border-color css

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

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

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