Html Css Color HEX #785149 Buccaneer

📋 copy color: '#785149'

red 120 ◦ green 81 ◦ blue 73

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

Shades of Buccaneer #785149

Tints of Buccaneer #785149

RGB

 RED value IS 120 (47.27% from 255) = 43.8%

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 43.8%
G = 29.56%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#785149 (or 0x785149) is known color: Buccaneer. HEX triplet: 78, 51 and 49. RGB value is (120,81,73). Sum of RGB (Red+Green+Blue) = 120+81+73=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785149 is #87AEB6. Grayscale: #5B5B5B. Windows color (decimal): -8892087 or 4804984. OLE color: 4804984.

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

Color convert

RGB 120 81 73 -
CMYK 0 0.32 0.39 0.53
HSL 10.21º 0.24% 0.38% -
HSV(B) 10.21º 0.39% 0.47% -
XYZ 11.89 10.36 7.68 -
YUV 91.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 120 81 73 0 0.32 0.39 0.53 10.21 0.24 0.38
Hex 78 51 49 0 20 27 35 A 18 26
Octal 170 121 111 0 40 47 65 12 30 46
Binary 1111000 1010001 1001001 0 100000 100111 110101 1010 11000 100110

Color Harmonies of #785149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785149

Black with #785149

Text Example


Text Example

White with #785149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785149; }

 p { color: rgb(120,81,73); }

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

background-color css

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

 a { background-color: rgb(120,81,73); }

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

border-color css

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

 span { border-color: rgb(120,81,73); }

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