Html Css Color HEX #714E4B Buccaneer

📋 copy color: '#714E4B'

red 113 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #714E4B

Tints of Buccaneer #714E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 42.48%
G = 29.32%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#714E4B (or 0x714E4B) is known color: Buccaneer. HEX triplet: 71, 4E and 4B. RGB value is (113,78,75). Sum of RGB (Red+Green+Blue) = 113+78+75=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #714E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E4B is #8EB1B4. Grayscale: #585858. Windows color (decimal): -9351605 or 4935281. OLE color: 4935281.

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

Color convert

RGB 113 78 75 -
CMYK 0 0.31 0.34 0.56
HSL 4.74º 0.2% 0.37% -
HSV(B) 4.74º 0.34% 0.44% -
XYZ 10.8 9.47 7.91 -
YUV 88.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 113 78 75 0 0.31 0.34 0.56 4.74 0.2 0.37
Hex 71 4E 4B 0 1F 22 38 5 14 25
Octal 161 116 113 0 37 42 70 5 24 45
Binary 1110001 1001110 1001011 0 11111 100010 111000 101 10100 100101

Color Harmonies of #714E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E4B

Black with #714E4B

Text Example


Text Example

White with #714E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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