Html Css Color HEX #745352 Buccaneer

📋 copy color: '#745352'

red 116 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #745352

Tints of Buccaneer #745352

RGB

 RED value IS 116 (45.7% from 255) = 41.28%

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

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 41.28%
G = 29.54%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#745352 (or 0x745352) is known color: Buccaneer. HEX triplet: 74, 53 and 52. RGB value is (116,83,82). Sum of RGB (Red+Green+Blue) = 116+83+82=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745352 is #8BACAD. Grayscale: #5C5C5C. Windows color (decimal): -9153710 or 5395316. OLE color: 5395316.

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

Color convert

RGB 116 83 82 -
CMYK 0 0.28 0.29 0.55
HSL 1.76º 0.17% 0.39% -
HSV(B) 1.76º 0.29% 0.45% -
XYZ 11.82 10.51 9.39 -
YUV 92.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 116 83 82 0 0.28 0.29 0.55 1.76 0.17 0.39
Hex 74 53 52 0 1C 1D 37 2 11 27
Octal 164 123 122 0 34 35 67 2 21 47
Binary 1110100 1010011 1010010 0 11100 11101 110111 10 10001 100111

Color Harmonies of #745352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745352

Black with #745352

Text Example


Text Example

White with #745352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745352; }

 p { color: rgb(116,83,82); }

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

background-color css

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

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

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

border-color css

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

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

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