Html Css Color HEX #735853 Buccaneer

📋 copy color: '#735853'

red 115 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #735853

Tints of Buccaneer #735853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 40.21%
G = 30.77%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#735853 (or 0x735853) is known color: Buccaneer. HEX triplet: 73, 58 and 53. RGB value is (115,88,83). Sum of RGB (Red+Green+Blue) = 115+88+83=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735853 is #8CA7AC. Grayscale: #5F5F5F. Windows color (decimal): -9217965 or 5462131. OLE color: 5462131.

HSL color Cylindrical-coordinate representation of color #735853: hue angle of 9.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735853 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 88 83 -
CMYK 0 0.23 0.28 0.55
HSL 9.38º 0.16% 0.39% -
HSV(B) 9.38º 0.28% 0.45% -
XYZ 12.12 11.25 9.72 -
YUV 95.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 115 88 83 0 0.23 0.28 0.55 9.38 0.16 0.39
Hex 73 58 53 0 17 1C 37 9 10 27
Octal 163 130 123 0 27 34 67 11 20 47
Binary 1110011 1011000 1010011 0 10111 11100 110111 1001 10000 100111

Color Harmonies of #735853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735853

Black with #735853

Text Example


Text Example

White with #735853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735853; }

 p { color: rgb(115,88,83); }

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

background-color css

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

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

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

border-color css

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

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

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