Html Css Color HEX #714C48 Buccaneer

📋 copy color: '#714C48'

red 113 ◦ green 76 ◦ blue 72

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

Shades of Buccaneer #714C48

Tints of Buccaneer #714C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 43.3%
G = 29.12%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#714C48 (or 0x714C48) is known color: Buccaneer. HEX triplet: 71, 4C and 48. RGB value is (113,76,72). Sum of RGB (Red+Green+Blue) = 113+76+72=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #714C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C48 is #8EB3B7. Grayscale: #565656. Windows color (decimal): -9352120 or 4738161. OLE color: 4738161.

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

Color convert

RGB 113 76 72 -
CMYK 0 0.33 0.36 0.56
HSL 5.85º 0.22% 0.36% -
HSV(B) 5.85º 0.36% 0.44% -
XYZ 10.56 9.15 7.34 -
YUV 86.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 113 76 72 0 0.33 0.36 0.56 5.85 0.22 0.36
Hex 71 4C 48 0 21 24 38 6 16 24
Octal 161 114 110 0 41 44 70 6 26 44
Binary 1110001 1001100 1001000 0 100001 100100 111000 110 10110 100100

Color Harmonies of #714C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C48

Black with #714C48

Text Example


Text Example

White with #714C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,72); }

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

background-color css

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

 a { background-color: rgb(113,76,72); }

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

border-color css

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

 span { border-color: rgb(113,76,72); }

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