Html Css Color HEX #704645 Buccaneer

📋 copy color: '#704645'

red 112 ◦ green 70 ◦ blue 69

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

Shades of Buccaneer #704645

Tints of Buccaneer #704645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 44.62%
G = 27.89%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704645 (or 0x704645) is known color: Buccaneer. HEX triplet: 70, 46 and 45. RGB value is (112,70,69). Sum of RGB (Red+Green+Blue) = 112+70+69=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704645 is #8FB9BA. Grayscale: #525252. Windows color (decimal): -9419195 or 4540016. OLE color: 4540016.

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

Color convert

RGB 112 70 69 -
CMYK 0 0.38 0.38 0.56
HSL 1.4º 0.24% 0.35% -
HSV(B) 1.4º 0.38% 0.44% -
XYZ 9.95 8.25 6.7 -
YUV 82.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 112 70 69 0 0.38 0.38 0.56 1.4 0.24 0.35
Hex 70 46 45 0 26 26 38 1 18 23
Octal 160 106 105 0 46 46 70 1 30 43
Binary 1110000 1000110 1000101 0 100110 100110 111000 1 11000 100011

Color Harmonies of #704645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704645

Black with #704645

Text Example


Text Example

White with #704645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704645; }

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

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

background-color css

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

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

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

border-color css

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

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

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