Html Css Color HEX #714947 Buccaneer

📋 copy color: '#714947'

red 113 ◦ green 73 ◦ blue 71

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

Shades of Buccaneer #714947

Tints of Buccaneer #714947

RGB

 RED value IS 113 (44.53% from 255) = 43.97%

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

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 43.97%
G = 28.4%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#714947 (or 0x714947) is known color: Buccaneer. HEX triplet: 71, 49 and 47. RGB value is (113,73,71). Sum of RGB (Red+Green+Blue) = 113+73+71=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #714947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714947 is #8EB6B8. Grayscale: #545454. Windows color (decimal): -9352889 or 4671857. OLE color: 4671857.

HSL color Cylindrical-coordinate representation of color #714947: 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.37%. Process color model (Four color, CMYK) of #714947 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 71 -
CMYK 0 0.35 0.37 0.56
HSL 2.86º 0.23% 0.36% -
HSV(B) 2.86º 0.37% 0.44% -
XYZ 10.33 8.73 7.1 -
YUV 84.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 113 73 71 0 0.35 0.37 0.56 2.86 0.23 0.36
Hex 71 49 47 0 23 25 38 3 17 24
Octal 161 111 107 0 43 45 70 3 27 44
Binary 1110001 1001001 1000111 0 100011 100101 111000 11 10111 100100

Color Harmonies of #714947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714947

Black with #714947

Text Example


Text Example

White with #714947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714947; }

 p { color: rgb(113,73,71); }

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

background-color css

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

 a { background-color: rgb(113,73,71); }

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

border-color css

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

 span { border-color: rgb(113,73,71); }

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