Html Css Color HEX #727448 Siam

📋 copy color: '#727448'

red 114 ◦ green 116 ◦ blue 72

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

Shades of Siam #727448

Tints of Siam #727448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 37.75%
G = 38.41%
B = 23.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#727448 (or 0x727448) is known color: Siam. HEX triplet: 72, 74 and 48. RGB value is (114,116,72). Sum of RGB (Red+Green+Blue) = 114+116+72=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #727448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727448 is #8D8BB7. Grayscale: #6E6E6E. Windows color (decimal): -9276344 or 4748402. OLE color: 4748402.

HSL color Cylindrical-coordinate representation of color #727448: hue angle of 62.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #727448 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 72 -
CMYK 0.02 0 0.38 0.55
HSL 62.73º 0.23% 0.37% -
HSV(B) 62.73º 0.38% 0.45% -
XYZ 14.35 16.54 8.57 -
YUV 110.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 114 116 72 0.02 0 0.38 0.55 62.73 0.23 0.37
Hex 72 74 48 2 0 26 37 3F 17 25
Octal 162 164 110 2 0 46 67 77 27 45
Binary 1110010 1110100 1001000 10 0 100110 110111 111111 10111 100101

Color Harmonies of #727448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727448

Black with #727448

Text Example


Text Example

White with #727448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727448; }

 p { color: rgb(114,116,72); }

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

background-color css

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

 a { background-color: rgb(114,116,72); }

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

border-color css

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

 span { border-color: rgb(114,116,72); }

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