Html Css Color HEX #714746 Buccaneer

📋 copy color: '#714746'

red 113 ◦ green 71 ◦ blue 70

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

Shades of Buccaneer #714746

Tints of Buccaneer #714746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 44.49%
G = 27.95%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#714746 (or 0x714746) is known color: Buccaneer. HEX triplet: 71, 47 and 46. RGB value is (113,71,70). Sum of RGB (Red+Green+Blue) = 113+71+70=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714746 is #8EB8B9. Grayscale: #535353. Windows color (decimal): -9353402 or 4605809. OLE color: 4605809.

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

Color convert

RGB 113 71 70 -
CMYK 0 0.37 0.38 0.56
HSL 1.4º 0.23% 0.36% -
HSV(B) 1.4º 0.38% 0.44% -
XYZ 10.17 8.46 6.89 -
YUV 83.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 113 71 70 0 0.37 0.38 0.56 1.4 0.23 0.36
Hex 71 47 46 0 25 26 38 1 17 24
Octal 161 107 106 0 45 46 70 1 27 44
Binary 1110001 1000111 1000110 0 100101 100110 111000 1 10111 100100

Color Harmonies of #714746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714746

Black with #714746

Text Example


Text Example

White with #714746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714746; }

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

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

background-color css

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

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

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

border-color css

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

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

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