Html Css Color HEX #714A47 Buccaneer

📋 copy color: '#714A47'

red 113 ◦ green 74 ◦ blue 71

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

Shades of Buccaneer #714A47

Tints of Buccaneer #714A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

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

R = 43.8%
G = 28.68%
B = 27.52%

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

#714A47 (or 0x714A47) is known color: Buccaneer. HEX triplet: 71, 4A and 47. RGB value is (113,74,71). Sum of RGB (Red+Green+Blue) = 113+74+71=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #714A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A47 is #8EB5B8. Grayscale: #555555. Windows color (decimal): -9352633 or 4672113. OLE color: 4672113.

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

Color convert

RGB 113 74 71 -
CMYK 0 0.35 0.37 0.56
HSL 4.29º 0.23% 0.36% -
HSV(B) 4.29º 0.37% 0.44% -
XYZ 10.4 8.86 7.12 -
YUV 85.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 113 74 71 0 0.35 0.37 0.56 4.29 0.23 0.36
Hex 71 4A 47 0 23 25 38 4 17 24
Octal 161 112 107 0 43 45 70 4 27 44
Binary 1110001 1001010 1000111 0 100011 100101 111000 100 10111 100100

Color Harmonies of #714A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A47

Black with #714A47

Text Example


Text Example

White with #714A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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