Html Css Color HEX #745453 Buccaneer

📋 copy color: '#745453'

red 116 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #745453

Tints of Buccaneer #745453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 40.99%
G = 29.68%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#745453 (or 0x745453) is known color: Buccaneer. HEX triplet: 74, 54 and 53. RGB value is (116,84,83). Sum of RGB (Red+Green+Blue) = 116+84+83=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745453 is #8BABAC. Grayscale: #5D5D5D. Windows color (decimal): -9153453 or 5461108. OLE color: 5461108.

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

Color convert

RGB 116 84 83 -
CMYK 0 0.28 0.28 0.55
HSL 1.82º 0.17% 0.39% -
HSV(B) 1.82º 0.28% 0.45% -
XYZ 11.93 10.68 9.62 -
YUV 93.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 116 84 83 0 0.28 0.28 0.55 1.82 0.17 0.39
Hex 74 54 53 0 1C 1C 37 2 11 27
Octal 164 124 123 0 34 34 67 2 21 47
Binary 1110100 1010100 1010011 0 11100 11100 110111 10 10001 100111

Color Harmonies of #745453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745453

Black with #745453

Text Example


Text Example

White with #745453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745453; }

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

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

background-color css

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

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

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

border-color css

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

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

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