Html Css Color HEX #735251 Buccaneer

📋 copy color: '#735251'

red 115 ◦ green 82 ◦ blue 81

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

Shades of Buccaneer #735251

Tints of Buccaneer #735251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 41.37%
G = 29.5%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735251 (or 0x735251) is known color: Buccaneer. HEX triplet: 73, 52 and 51. RGB value is (115,82,81). Sum of RGB (Red+Green+Blue) = 115+82+81=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #735251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735251 is #8CADAE. Grayscale: #5B5B5B. Windows color (decimal): -9219503 or 5329523. OLE color: 5329523.

HSL color Cylindrical-coordinate representation of color #735251: hue angle of 1.76º 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 #735251 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 81 -
CMYK 0 0.29 0.30 0.55
HSL 1.76º 0.17% 0.38% -
HSV(B) 1.76º 0.3% 0.45% -
XYZ 11.57 10.27 9.16 -
YUV 91.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 115 82 81 0 0.29 0.30 0.55 1.76 0.17 0.38
Hex 73 52 51 0 1D 1E 37 2 11 26
Octal 163 122 121 0 35 36 67 2 21 46
Binary 1110011 1010010 1010001 0 11101 11110 110111 10 10001 100110

Color Harmonies of #735251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735251

Black with #735251

Text Example


Text Example

White with #735251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735251; }

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

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

background-color css

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

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

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

border-color css

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

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

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