Html Css Color HEX #754847 Buccaneer

📋 copy color: '#754847'

red 117 ◦ green 72 ◦ blue 71

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

Shades of Buccaneer #754847

Tints of Buccaneer #754847

RGB

 RED value IS 117 (46.09% from 255) = 45%

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 45%
G = 27.69%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754847 (or 0x754847) is known color: Buccaneer. HEX triplet: 75, 48 and 47. RGB value is (117,72,71). Sum of RGB (Red+Green+Blue) = 117+72+71=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754847 is #8AB7B8. Grayscale: #555555. Windows color (decimal): -9091001 or 4671605. OLE color: 4671605.

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

Color convert

RGB 117 72 71 -
CMYK 0 0.38 0.39 0.54
HSL 1.3º 0.24% 0.37% -
HSV(B) 1.3º 0.39% 0.46% -
XYZ 10.79 8.87 7.1 -
YUV 85.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 117 72 71 0 0.38 0.39 0.54 1.3 0.24 0.37
Hex 75 48 47 0 26 27 36 1 18 25
Octal 165 110 107 0 46 47 66 1 30 45
Binary 1110101 1001000 1000111 0 100110 100111 110110 1 11000 100101

Color Harmonies of #754847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754847

Black with #754847

Text Example


Text Example

White with #754847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754847; }

 p { color: rgb(117,72,71); }

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

background-color css

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

 a { background-color: rgb(117,72,71); }

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

border-color css

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

 span { border-color: rgb(117,72,71); }

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