Html Css Color HEX #754A48 Buccaneer

📋 copy color: '#754A48'

red 117 ◦ green 74 ◦ blue 72

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

Shades of Buccaneer #754A48

Tints of Buccaneer #754A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 44.49%
G = 28.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754A48 (or 0x754A48) is known color: Buccaneer. HEX triplet: 75, 4A and 48. RGB value is (117,74,72). Sum of RGB (Red+Green+Blue) = 117+74+72=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A48 is #8AB5B7. Grayscale: #565656. Windows color (decimal): -9090488 or 4737653. OLE color: 4737653.

HSL color Cylindrical-coordinate representation of color #754A48: hue angle of 2.67º 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 #754A48 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 74 72 -
CMYK 0 0.37 0.38 0.54
HSL 2.67º 0.24% 0.37% -
HSV(B) 2.67º 0.38% 0.46% -
XYZ 10.95 9.15 7.32 -
YUV 86.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 117 74 72 0 0.37 0.38 0.54 2.67 0.24 0.37
Hex 75 4A 48 0 25 26 36 3 18 25
Octal 165 112 110 0 45 46 66 3 30 45
Binary 1110101 1001010 1001000 0 100101 100110 110110 11 11000 100101

Color Harmonies of #754A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A48

Black with #754A48

Text Example


Text Example

White with #754A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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