Html Css Color HEX #75534C Buccaneer

📋 copy color: '#75534C'

red 117 ◦ green 83 ◦ blue 76

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

Shades of Buccaneer #75534C

Tints of Buccaneer #75534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 42.39%
G = 30.07%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75534C (or 0x75534C) is known color: Buccaneer. HEX triplet: 75, 53 and 4C. RGB value is (117,83,76). Sum of RGB (Red+Green+Blue) = 117+83+76=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75534C is #8AACB3. Grayscale: #5C5C5C. Windows color (decimal): -9088180 or 5002101. OLE color: 5002101.

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

Color convert

RGB 117 83 76 -
CMYK 0 0.29 0.35 0.54
HSL 10.24º 0.21% 0.38% -
HSV(B) 10.24º 0.35% 0.46% -
XYZ 11.73 10.49 8.24 -
YUV 92.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 117 83 76 0 0.29 0.35 0.54 10.24 0.21 0.38
Hex 75 53 4C 0 1D 23 36 A 15 26
Octal 165 123 114 0 35 43 66 12 25 46
Binary 1110101 1010011 1001100 0 11101 100011 110110 1010 10101 100110

Color Harmonies of #75534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75534C

Black with #75534C

Text Example


Text Example

White with #75534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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