#55614A

Color #55614A Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #55614A

Tints of Cabbage Pont #55614A

Color information

#55614A (or 0x55614A) is unknown color: approx Cabbage Pont. HEX triplet: 55, 61 and 4A. RGB value is (85,97,74). Sum of RGB (Red+Green+Blue) = 85+97+74=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #55614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55614A is #AA9EB5. Grayscale: #5A5A5A. Windows color (decimal): -11181750 or 4874581. OLE color: 4874581.

HSL color Cylindrical-coordinate representation of color #55614A: hue angle of 91.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55614A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB859774-
CMYK0.1200.240.62
HSL91.3º13.45%33.53%-
HSV(B)91.3º23.71%38.04%-
XYZ9.2610.988.11-
YUV90.79118.52123.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=33.20%
G=37.89%
B=28.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597740.1200.240.6291.313.4533.53
Hex55614AC0183E5bd22
Octal12514111214030761331542
Binary101010111000011001010110001100011111010110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55614A; }

 p { color: rgb(85,97,74); }

 H1.HeaderClassName
 {
   color: #55614A;
 }
 .AnyTagClassName
 {
   color: #55614A;
 }
</style>
background-color css

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

 a { background-color: rgb(85,97,74); }

 div.DivClassName
 {
   background-color: #55614A;
 }
 .BgClassName
 {
   background-color: #55614A;
 }
</style>
border-color css

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

 span { border-color: rgb(85,97,74); }

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