Html Css Color HEX #714645 Buccaneer

📋 copy color: '#714645'

red 113 ◦ green 70 ◦ blue 69

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

Shades of Buccaneer #714645

Tints of Buccaneer #714645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 44.84%
G = 27.78%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#714645 (or 0x714645) is known color: Buccaneer. HEX triplet: 71, 46 and 45. RGB value is (113,70,69). Sum of RGB (Red+Green+Blue) = 113+70+69=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #714645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714645 is #8EB9BA. Grayscale: #525252. Windows color (decimal): -9353659 or 4540017. OLE color: 4540017.

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

Color convert

RGB 113 70 69 -
CMYK 0 0.38 0.39 0.56
HSL 1.36º 0.24% 0.36% -
HSV(B) 1.36º 0.39% 0.44% -
XYZ 10.07 8.32 6.71 -
YUV 82.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 113 70 69 0 0.38 0.39 0.56 1.36 0.24 0.36
Hex 71 46 45 0 26 27 38 1 18 24
Octal 161 106 105 0 46 47 70 1 30 44
Binary 1110001 1000110 1000101 0 100110 100111 111000 1 11000 100100

Color Harmonies of #714645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714645

Black with #714645

Text Example


Text Example

White with #714645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714645; }

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

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

background-color css

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

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

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

border-color css

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

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

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