Html Css Color HEX #714C4B Buccaneer

📋 copy color: '#714C4B'

red 113 ◦ green 76 ◦ blue 75

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

Shades of Buccaneer #714C4B

Tints of Buccaneer #714C4B

RGB

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

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

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

R = 42.8%
G = 28.79%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#714C4B (or 0x714C4B) is known color: Buccaneer. HEX triplet: 71, 4C and 4B. RGB value is (113,76,75). Sum of RGB (Red+Green+Blue) = 113+76+75=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C4B is #8EB3B4. Grayscale: #565656. Windows color (decimal): -9352117 or 4934769. OLE color: 4934769.

HSL color Cylindrical-coordinate representation of color #714C4B: hue angle of 1.58º 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 #714C4B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 75 -
CMYK 0 0.33 0.34 0.56
HSL 1.58º 0.2% 0.37% -
HSV(B) 1.58º 0.34% 0.44% -
XYZ 10.66 9.19 7.87 -
YUV 86.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 113 76 75 0 0.33 0.34 0.56 1.58 0.2 0.37
Hex 71 4C 4B 0 21 22 38 2 14 25
Octal 161 114 113 0 41 42 70 2 24 45
Binary 1110001 1001100 1001011 0 100001 100010 111000 10 10100 100101

Color Harmonies of #714C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C4B

Black with #714C4B

Text Example


Text Example

White with #714C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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