Html Css Color HEX #735151 Buccaneer

📋 copy color: '#735151'

red 115 ◦ green 81 ◦ blue 81

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

Shades of Buccaneer #735151

Tints of Buccaneer #735151

RGB

 RED value IS 115 (45.31% from 255) = 41.52%

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

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 41.52%
G = 29.24%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735151 (or 0x735151) is known color: Buccaneer. HEX triplet: 73, 51 and 51. RGB value is (115,81,81). Sum of RGB (Red+Green+Blue) = 115+81+81=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #735151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735151 is #8CAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9219759 or 5329267. OLE color: 5329267.

HSL color Cylindrical-coordinate representation of color #735151: hue angle of 0º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735151 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 81 -
CMYK 0 0.30 0.30 0.55
HSL 0.17% 0.38% -
HSV(B) 0.3% 0.45% -
XYZ 11.5 10.12 9.13 -
YUV 91.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 115 81 81 0 0.30 0.30 0.55 0 0.17 0.38
Hex 73 51 51 0 1E 1E 37 0 11 26
Octal 163 121 121 0 36 36 67 0 21 46
Binary 1110011 1010001 1010001 0 11110 11110 110111 0 10001 100110

Color Harmonies of #735151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735151

Black with #735151

Text Example


Text Example

White with #735151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735151; }

 p { color: rgb(115,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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