Html Css Color HEX #754848 Buccaneer

📋 copy color: '#754848'

red 117 ◦ green 72 ◦ blue 72

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

Shades of Buccaneer #754848

Tints of Buccaneer #754848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 44.83%
G = 27.59%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754848 (or 0x754848) is known color: Buccaneer. HEX triplet: 75, 48 and 48. RGB value is (117,72,72). Sum of RGB (Red+Green+Blue) = 117+72+72=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754848 is #8AB7B7. Grayscale: #555555. Windows color (decimal): -9091000 or 4737141. OLE color: 4737141.

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

Color convert

RGB 117 72 72 -
CMYK 0 0.38 0.38 0.54
HSL 0.24% 0.37% -
HSV(B) 0.38% 0.46% -
XYZ 10.82 8.88 7.28 -
YUV 85.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 117 72 72 0 0.38 0.38 0.54 0 0.24 0.37
Hex 75 48 48 0 26 26 36 0 18 25
Octal 165 110 110 0 46 46 66 0 30 45
Binary 1110101 1001000 1001000 0 100110 100110 110110 0 11000 100101

Color Harmonies of #754848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754848

Black with #754848

Text Example


Text Example

White with #754848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754848; }

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

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

background-color css

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

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

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

border-color css

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

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

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