Html Css Color HEX #714E49 Buccaneer

📋 copy color: '#714E49'

red 113 ◦ green 78 ◦ blue 73

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

Shades of Buccaneer #714E49

Tints of Buccaneer #714E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 42.8%
G = 29.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#714E49 (or 0x714E49) is known color: Buccaneer. HEX triplet: 71, 4E and 49. RGB value is (113,78,73). Sum of RGB (Red+Green+Blue) = 113+78+73=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E49 is #8EB1B6. Grayscale: #575757. Windows color (decimal): -9351607 or 4804209. OLE color: 4804209.

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

Color convert

RGB 113 78 73 -
CMYK 0 0.31 0.35 0.56
HSL 7.5º 0.22% 0.36% -
HSV(B) 7.5º 0.35% 0.44% -
XYZ 10.74 9.44 7.56 -
YUV 87.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 113 78 73 0 0.31 0.35 0.56 7.5 0.22 0.36
Hex 71 4E 49 0 1F 23 38 8 16 24
Octal 161 116 111 0 37 43 70 10 26 44
Binary 1110001 1001110 1001001 0 11111 100011 111000 1000 10110 100100

Color Harmonies of #714E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E49

Black with #714E49

Text Example


Text Example

White with #714E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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