Html Css Color HEX #75524A Buccaneer

📋 copy color: '#75524A'

red 117 ◦ green 82 ◦ blue 74

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

Shades of Buccaneer #75524A

Tints of Buccaneer #75524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 42.86%
G = 30.04%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75524A (or 0x75524A) is known color: Buccaneer. HEX triplet: 75, 52 and 4A. RGB value is (117,82,74). Sum of RGB (Red+Green+Blue) = 117+82+74=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75524A is #8AADB5. Grayscale: #5B5B5B. Windows color (decimal): -9088438 or 4870773. OLE color: 4870773.

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

Color convert

RGB 117 82 74 -
CMYK 0 0.30 0.37 0.54
HSL 11.16º 0.23% 0.37% -
HSV(B) 11.16º 0.37% 0.46% -
XYZ 11.59 10.31 7.86 -
YUV 91.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 117 82 74 0 0.30 0.37 0.54 11.16 0.23 0.37
Hex 75 52 4A 0 1E 25 36 B 17 25
Octal 165 122 112 0 36 45 66 13 27 45
Binary 1110101 1010010 1001010 0 11110 100101 110110 1011 10111 100101

Color Harmonies of #75524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75524A

Black with #75524A

Text Example


Text Example

White with #75524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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