Html Css Color HEX #755353 Buccaneer

📋 copy color: '#755353'

red 117 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #755353

Tints of Buccaneer #755353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 41.34%
G = 29.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#755353 (or 0x755353) is known color: Buccaneer. HEX triplet: 75, 53 and 53. RGB value is (117,83,83). Sum of RGB (Red+Green+Blue) = 117+83+83=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755353 is #8AACAC. Grayscale: #5D5D5D. Windows color (decimal): -9088173 or 5460853. OLE color: 5460853.

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

Color convert

RGB 117 83 83 -
CMYK 0 0.29 0.29 0.54
HSL 0.17% 0.39% -
HSV(B) 0.29% 0.46% -
XYZ 11.99 10.59 9.6 -
YUV 93.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 117 83 83 0 0.29 0.29 0.54 0 0.17 0.39
Hex 75 53 53 0 1D 1D 36 0 11 27
Octal 165 123 123 0 35 35 66 0 21 47
Binary 1110101 1010011 1010011 0 11101 11101 110110 0 10001 100111

Color Harmonies of #755353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755353

Black with #755353

Text Example


Text Example

White with #755353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755353; }

 p { color: rgb(117,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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