Html Css Color HEX #714946 Buccaneer

📋 copy color: '#714946'

red 113 ◦ green 73 ◦ blue 70

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

Shades of Buccaneer #714946

Tints of Buccaneer #714946

RGB

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

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

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

R = 44.14%
G = 28.52%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#714946 (or 0x714946) is known color: Buccaneer. HEX triplet: 71, 49 and 46. RGB value is (113,73,70). Sum of RGB (Red+Green+Blue) = 113+73+70=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714946 is #8EB6B9. Grayscale: #545454. Windows color (decimal): -9352890 or 4606321. OLE color: 4606321.

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

Color convert

RGB 113 73 70 -
CMYK 0 0.35 0.38 0.56
HSL 4.19º 0.23% 0.36% -
HSV(B) 4.19º 0.38% 0.44% -
XYZ 10.3 8.72 6.93 -
YUV 84.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 113 73 70 0 0.35 0.38 0.56 4.19 0.23 0.36
Hex 71 49 46 0 23 26 38 4 17 24
Octal 161 111 106 0 43 46 70 4 27 44
Binary 1110001 1001001 1000110 0 100011 100110 111000 100 10111 100100

Color Harmonies of #714946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714946

Black with #714946

Text Example


Text Example

White with #714946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714946; }

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

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

background-color css

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

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

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

border-color css

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

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

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