Html Css Color HEX #704848 Buccaneer

📋 copy color: '#704848'

red 112 ◦ green 72 ◦ blue 72

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

Shades of Buccaneer #704848

Tints of Buccaneer #704848

RGB

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

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

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

R = 43.75%
G = 28.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704848 (or 0x704848) is known color: Buccaneer. HEX triplet: 70, 48 and 48. RGB value is (112,72,72). Sum of RGB (Red+Green+Blue) = 112+72+72=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704848 is #8FB7B7. Grayscale: #545454. Windows color (decimal): -9418680 or 4737136. OLE color: 4737136.

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

Color convert

RGB 112 72 72 -
CMYK 0 0.36 0.36 0.56
HSL 0.22% 0.36% -
HSV(B) 0.36% 0.44% -
XYZ 10.17 8.55 7.24 -
YUV 83.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 112 72 72 0 0.36 0.36 0.56 0 0.22 0.36
Hex 70 48 48 0 24 24 38 0 16 24
Octal 160 110 110 0 44 44 70 0 26 44
Binary 1110000 1001000 1001000 0 100100 100100 111000 0 10110 100100

Color Harmonies of #704848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704848

Black with #704848

Text Example


Text Example

White with #704848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704848; }

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

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

background-color css

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

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

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

border-color css

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

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

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