Html Css Color HEX #72534D Buccaneer

📋 copy color: '#72534D'

red 114 ◦ green 83 ◦ blue 77

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

Shades of Buccaneer #72534D

Tints of Buccaneer #72534D

RGB

 RED value IS 114 (44.92% from 255) = 41.61%

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

 BLUE value IS 77 (30.47% from 255) = 28.1%

R = 41.61%
G = 30.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72534D (or 0x72534D) is known color: Buccaneer. HEX triplet: 72, 53 and 4D. RGB value is (114,83,77). Sum of RGB (Red+Green+Blue) = 114+83+77=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72534D is #8DACB2. Grayscale: #5B5B5B. Windows color (decimal): -9284787 or 5067634. OLE color: 5067634.

HSL color Cylindrical-coordinate representation of color #72534D: hue angle of 9.73º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72534D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 77 -
CMYK 0 0.27 0.32 0.55
HSL 9.73º 0.19% 0.37% -
HSV(B) 9.73º 0.32% 0.45% -
XYZ 11.37 10.3 8.41 -
YUV 91.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 114 83 77 0 0.27 0.32 0.55 9.73 0.19 0.37
Hex 72 53 4D 0 1B 20 37 A 13 25
Octal 162 123 115 0 33 40 67 12 23 45
Binary 1110010 1010011 1001101 0 11011 100000 110111 1010 10011 100101

Color Harmonies of #72534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72534D

Black with #72534D

Text Example


Text Example

White with #72534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72534D; }

 p { color: rgb(114,83,77); }

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

background-color css

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

 a { background-color: rgb(114,83,77); }

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

border-color css

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

 span { border-color: rgb(114,83,77); }

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